Html Css Color HEX #814229 Copper Canyon

📋 copy color: '#814229'

red 129 ◦ green 66 ◦ blue 41

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

Shades of Copper Canyon #814229

Tints of Copper Canyon #814229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 54.66%
G = 27.97%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#814229 (or 0x814229) is known color: Copper Canyon. HEX triplet: 81, 42 and 29. RGB value is (129,66,41). Sum of RGB (Red+Green+Blue) = 129+66+41=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #814229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814229 is #7EBDD6. Grayscale: #525252. Windows color (decimal): -8306135 or 2704001. OLE color: 2704001.

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

Color convert

RGB 129 66 41 -
CMYK 0 0.49 0.68 0.49
HSL 17.05º 0.52% 0.33% -
HSV(B) 17.05º 0.68% 0.51% -
XYZ 11.4 8.72 3.18 -
YUV 81.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 129 66 41 0 0.49 0.68 0.49 17.05 0.52 0.33
Hex 81 42 29 0 31 44 31 11 34 21
Octal 201 102 51 0 61 104 61 21 64 41
Binary 10000001 1000010 101001 0 110001 1000100 110001 10001 110100 100001

Color Harmonies of #814229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814229

Black with #814229

Text Example


Text Example

White with #814229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814229; }

 p { color: rgb(129,66,41); }

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

background-color css

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

 a { background-color: rgb(129,66,41); }

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

border-color css

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

 span { border-color: rgb(129,66,41); }

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