Html Css Color HEX #814529 Copper Canyon

📋 copy color: '#814529'

red 129 ◦ green 69 ◦ blue 41

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

Shades of Copper Canyon #814529

Tints of Copper Canyon #814529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

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

R = 53.97%
G = 28.87%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#814529 (or 0x814529) is known color: Copper Canyon. HEX triplet: 81, 45 and 29. RGB value is (129,69,41). Sum of RGB (Red+Green+Blue) = 129+69+41=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #814529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814529 is #7EBAD6. Grayscale: #535353. Windows color (decimal): -8305367 or 2704769. OLE color: 2704769.

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

Color convert

RGB 129 69 41 -
CMYK 0 0.47 0.68 0.49
HSL 19.09º 0.52% 0.33% -
HSV(B) 19.09º 0.68% 0.51% -
XYZ 11.58 9.08 3.24 -
YUV 83.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 129 69 41 0 0.47 0.68 0.49 19.09 0.52 0.33
Hex 81 45 29 0 2F 44 31 13 34 21
Octal 201 105 51 0 57 104 61 23 64 41
Binary 10000001 1000101 101001 0 101111 1000100 110001 10011 110100 100001

Color Harmonies of #814529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814529

Black with #814529

Text Example


Text Example

White with #814529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814529; }

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

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

background-color css

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

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

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

border-color css

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

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

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