Html Css Color HEX #813D24 Copper Canyon

📋 copy color: '#813D24'

red 129 ◦ green 61 ◦ blue 36

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

Shades of Copper Canyon #813D24

Tints of Copper Canyon #813D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.99%

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

R = 57.08%
G = 26.99%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#813D24 (or 0x813D24) is known color: Copper Canyon. HEX triplet: 81, 3D and 24. RGB value is (129,61,36). Sum of RGB (Red+Green+Blue) = 129+61+36=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #813D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813D24 is #7EC2DB. Grayscale: #4E4E4E. Windows color (decimal): -8307420 or 2375041. OLE color: 2375041.

HSL color Cylindrical-coordinate representation of color #813D24: hue angle of 16.13º 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 #813D24 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 61 36 -
CMYK 0 0.53 0.72 0.49
HSL 16.13º 0.56% 0.32% -
HSV(B) 16.13º 0.72% 0.51% -
XYZ 11.04 8.13 2.66 -
YUV 78.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 129 61 36 0 0.53 0.72 0.49 16.13 0.56 0.32
Hex 81 3D 24 0 35 48 31 10 38 20
Octal 201 75 44 0 65 110 61 20 70 40
Binary 10000001 111101 100100 0 110101 1001000 110001 10000 111000 100000

Color Harmonies of #813D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D24

Black with #813D24

Text Example


Text Example

White with #813D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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