Html Css Color HEX #814028 Copper Canyon

📋 copy color: '#814028'

red 129 ◦ green 64 ◦ blue 40

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

Shades of Copper Canyon #814028

Tints of Copper Canyon #814028

RGB

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

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

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

R = 55.36%
G = 27.47%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#814028 (or 0x814028) is known color: Copper Canyon. HEX triplet: 81, 40 and 28. RGB value is (129,64,40). Sum of RGB (Red+Green+Blue) = 129+64+40=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #814028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814028 is #7EBFD7. Grayscale: #505050. Windows color (decimal): -8306648 or 2637953. OLE color: 2637953.

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

Color convert

RGB 129 64 40 -
CMYK 0 0.50 0.69 0.49
HSL 16.18º 0.53% 0.33% -
HSV(B) 16.18º 0.69% 0.51% -
XYZ 11.27 8.49 3.05 -
YUV 80.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 129 64 40 0 0.50 0.69 0.49 16.18 0.53 0.33
Hex 81 40 28 0 32 45 31 10 35 21
Octal 201 100 50 0 62 105 61 20 65 41
Binary 10000001 1000000 101000 0 110010 1000101 110001 10000 110101 100001

Color Harmonies of #814028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814028

Black with #814028

Text Example


Text Example

White with #814028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814028; }

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

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

background-color css

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

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

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

border-color css

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

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

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