Html Css Color HEX #814429 Copper Canyon

📋 copy color: '#814429'

red 129 ◦ green 68 ◦ blue 41

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

Shades of Copper Canyon #814429

Tints of Copper Canyon #814429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.57%

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

R = 54.2%
G = 28.57%
B = 17.23%

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

#814429 (or 0x814429) is known color: Copper Canyon. HEX triplet: 81, 44 and 29. RGB value is (129,68,41). Sum of RGB (Red+Green+Blue) = 129+68+41=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #814429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814429 is #7EBBD6. Grayscale: #535353. Windows color (decimal): -8305623 or 2704513. OLE color: 2704513.

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

Color convert

RGB 129 68 41 -
CMYK 0 0.47 0.68 0.49
HSL 18.41º 0.52% 0.33% -
HSV(B) 18.41º 0.68% 0.51% -
XYZ 11.52 8.96 3.22 -
YUV 83.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 129 68 41 0 0.47 0.68 0.49 18.41 0.52 0.33
Hex 81 44 29 0 2F 44 31 12 34 21
Octal 201 104 51 0 57 104 61 22 64 41
Binary 10000001 1000100 101001 0 101111 1000100 110001 10010 110100 100001

Color Harmonies of #814429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814429

Black with #814429

Text Example


Text Example

White with #814429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814429; }

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

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

background-color css

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

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

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

border-color css

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

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

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