Html Css Color HEX #814026 Copper Canyon

📋 copy color: '#814026'

red 129 ◦ green 64 ◦ blue 38

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

Shades of Copper Canyon #814026

Tints of Copper Canyon #814026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.45%

R = 55.84%
G = 27.71%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#814026 (or 0x814026) is known color: Copper Canyon. HEX triplet: 81, 40 and 26. RGB value is (129,64,38). Sum of RGB (Red+Green+Blue) = 129+64+38=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #814026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814026 is #7EBFD9. Grayscale: #505050. Windows color (decimal): -8306650 or 2506881. OLE color: 2506881.

HSL color Cylindrical-coordinate representation of color #814026: hue angle of 17.14º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #814026 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 64 38 -
CMYK 0 0.50 0.71 0.49
HSL 17.14º 0.54% 0.33% -
HSV(B) 17.14º 0.71% 0.51% -
XYZ 11.24 8.47 2.88 -
YUV 80.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 129 64 38 0 0.50 0.71 0.49 17.14 0.54 0.33
Hex 81 40 26 0 32 47 31 11 36 21
Octal 201 100 46 0 62 107 61 21 66 41
Binary 10000001 1000000 100110 0 110010 1000111 110001 10001 110110 100001

Color Harmonies of #814026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814026

Black with #814026

Text Example


Text Example

White with #814026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814026; }

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

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

background-color css

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

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

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

border-color css

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

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

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