Html Css Color HEX #813E24 Copper Canyon

📋 copy color: '#813E24'

red 129 ◦ green 62 ◦ blue 36

#813E24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Canyon #813E24

Tints of Copper Canyon #813E24

RGB

 RED value IS 129 (50.78% from 255) = 56.83%

 GREEN value IS 62 (24.61% from 255) = 27.31%

 BLUE value IS 36 (14.45% from 255) = 15.86%

R = 56.83%
G = 27.31%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#813E24 (or 0x813E24) is known color: Copper Canyon. HEX triplet: 81, 3E and 24. RGB value is (129,62,36). Sum of RGB (Red+Green+Blue) = 129+62+36=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #813E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E24 is #7EC1DB. Grayscale: #4F4F4F. Windows color (decimal): -8307164 or 2375297. OLE color: 2375297.

HSL color Cylindrical-coordinate representation of color #813E24: hue angle of 16.77º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #813E24 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 62 36 -
CMYK 0 0.52 0.72 0.49
HSL 16.77º 0.56% 0.32% -
HSV(B) 16.77º 0.72% 0.51% -
XYZ 11.09 8.24 2.67 -
YUV 79.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 129 62 36 0 0.52 0.72 0.49 16.77 0.56 0.32
Hex 81 3E 24 0 34 48 31 11 38 20
Octal 201 76 44 0 64 110 61 21 70 40
Binary 10000001 111110 100100 0 110100 1001000 110001 10001 111000 100000

Color Harmonies of #813E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813E24

Black with #813E24

Text Example


Text Example

White with #813E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813E24; }

 p { color: rgb(129,62,36); }

 H1.HeaderClassName
 {
   color: #813E24;
 }
 .AnyTagClassName
 {
   color: #813E24;
 }
</style>

background-color css

<style>
 a { background-color: #813E24; }

 a { background-color: rgb(129,62,36); }

 div.DivClassName
 {
   background-color: #813E24;
 }
 .BgClassName
 {
   background-color: #813E24;
 }
</style>

border-color css

<style>
 span { border-color: #813E24; }

 span { border-color: rgb(129,62,36); }

 td.TdClassName
 {
   border-color: #813E24;
 }
 .TagClassName
 {
   border-color: #813E24;
 }
</style>