Html Css Color HEX #814224 Copper Canyon

📋 copy color: '#814224'

red 129 ◦ green 66 ◦ blue 36

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

Shades of Copper Canyon #814224

Tints of Copper Canyon #814224

RGB

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

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

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

R = 55.84%
G = 28.57%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#814224 (or 0x814224) is known color: Copper Canyon. HEX triplet: 81, 42 and 24. RGB value is (129,66,36). Sum of RGB (Red+Green+Blue) = 129+66+36=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #814224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814224 is #7EBDDB. Grayscale: #515151. Windows color (decimal): -8306140 or 2376321. OLE color: 2376321.

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

Color convert

RGB 129 66 36 -
CMYK 0 0.49 0.72 0.49
HSL 19.35º 0.56% 0.32% -
HSV(B) 19.35º 0.72% 0.51% -
XYZ 11.32 8.69 2.75 -
YUV 81.42 102.37 161.94 -
System Red Green Blue C M Y K H S L
Decimal 129 66 36 0 0.49 0.72 0.49 19.35 0.56 0.32
Hex 81 42 24 0 31 48 31 13 38 20
Octal 201 102 44 0 61 110 61 23 70 40
Binary 10000001 1000010 100100 0 110001 1001000 110001 10011 111000 100000

Color Harmonies of #814224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814224

Black with #814224

Text Example


Text Example

White with #814224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814224; }

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

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

background-color css

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

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

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

border-color css

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

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

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