Html Css Color HEX #814029 Copper Canyon

📋 copy color: '#814029'

red 129 ◦ green 64 ◦ blue 41

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

Shades of Copper Canyon #814029

Tints of Copper Canyon #814029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

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

R = 55.13%
G = 27.35%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#814029 (or 0x814029) is known color: Copper Canyon. HEX triplet: 81, 40 and 29. RGB value is (129,64,41). Sum of RGB (Red+Green+Blue) = 129+64+41=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #814029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814029 is #7EBFD6. Grayscale: #505050. Windows color (decimal): -8306647 or 2703489. OLE color: 2703489.

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

Color convert

RGB 129 64 41 -
CMYK 0 0.50 0.68 0.49
HSL 15.68º 0.52% 0.33% -
HSV(B) 15.68º 0.68% 0.51% -
XYZ 11.29 8.49 3.14 -
YUV 80.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 129 64 41 0 0.50 0.68 0.49 15.68 0.52 0.33
Hex 81 40 29 0 32 44 31 10 34 21
Octal 201 100 51 0 62 104 61 20 64 41
Binary 10000001 1000000 101001 0 110010 1000100 110001 10000 110100 100001

Color Harmonies of #814029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814029

Black with #814029

Text Example


Text Example

White with #814029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814029; }

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

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

background-color css

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

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

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

border-color css

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

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

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