Html Css Color HEX #814124 Copper Canyon

📋 copy color: '#814124'

red 129 ◦ green 65 ◦ blue 36

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

Shades of Copper Canyon #814124

Tints of Copper Canyon #814124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.26%

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

R = 56.09%
G = 28.26%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#814124 (or 0x814124) is known color: Copper Canyon. HEX triplet: 81, 41 and 24. RGB value is (129,65,36). Sum of RGB (Red+Green+Blue) = 129+65+36=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #814124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814124 is #7EBEDB. Grayscale: #515151. Windows color (decimal): -8306396 or 2376065. OLE color: 2376065.

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

Color convert

RGB 129 65 36 -
CMYK 0 0.50 0.72 0.49
HSL 18.71º 0.56% 0.32% -
HSV(B) 18.71º 0.72% 0.51% -
XYZ 11.26 8.58 2.73 -
YUV 80.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 129 65 36 0 0.50 0.72 0.49 18.71 0.56 0.32
Hex 81 41 24 0 32 48 31 13 38 20
Octal 201 101 44 0 62 110 61 23 70 40
Binary 10000001 1000001 100100 0 110010 1001000 110001 10011 111000 100000

Color Harmonies of #814124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814124

Black with #814124

Text Example


Text Example

White with #814124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814124; }

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

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

background-color css

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

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

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

border-color css

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

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

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