Html Css Color HEX #814228 Copper Canyon

📋 copy color: '#814228'

red 129 ◦ green 66 ◦ blue 40

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

Shades of Copper Canyon #814228

Tints of Copper Canyon #814228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 54.89%
G = 28.09%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#814228 (or 0x814228) is known color: Copper Canyon. HEX triplet: 81, 42 and 28. RGB value is (129,66,40). Sum of RGB (Red+Green+Blue) = 129+66+40=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #814228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814228 is #7EBDD7. Grayscale: #525252. Windows color (decimal): -8306136 or 2638465. OLE color: 2638465.

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

Color convert

RGB 129 66 40 -
CMYK 0 0.49 0.69 0.49
HSL 17.53º 0.53% 0.33% -
HSV(B) 17.53º 0.69% 0.51% -
XYZ 11.38 8.72 3.09 -
YUV 81.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 129 66 40 0 0.49 0.69 0.49 17.53 0.53 0.33
Hex 81 42 28 0 31 45 31 12 35 21
Octal 201 102 50 0 61 105 61 22 65 41
Binary 10000001 1000010 101000 0 110001 1000101 110001 10010 110101 100001

Color Harmonies of #814228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814228

Black with #814228

Text Example


Text Example

White with #814228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814228; }

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

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

background-color css

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

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

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

border-color css

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

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

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