Html Css Color HEX #814226 Copper Canyon

📋 copy color: '#814226'

red 129 ◦ green 66 ◦ blue 38

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

Shades of Copper Canyon #814226

Tints of Copper Canyon #814226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

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

R = 55.36%
G = 28.33%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#814226 (or 0x814226) is known color: Copper Canyon. HEX triplet: 81, 42 and 26. RGB value is (129,66,38). Sum of RGB (Red+Green+Blue) = 129+66+38=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #814226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814226 is #7EBDD9. Grayscale: #515151. Windows color (decimal): -8306138 or 2507393. OLE color: 2507393.

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

Color convert

RGB 129 66 38 -
CMYK 0 0.49 0.71 0.49
HSL 18.46º 0.54% 0.33% -
HSV(B) 18.46º 0.71% 0.51% -
XYZ 11.35 8.7 2.92 -
YUV 81.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 129 66 38 0 0.49 0.71 0.49 18.46 0.54 0.33
Hex 81 42 26 0 31 47 31 12 36 21
Octal 201 102 46 0 61 107 61 22 66 41
Binary 10000001 1000010 100110 0 110001 1000111 110001 10010 110110 100001

Color Harmonies of #814226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814226

Black with #814226

Text Example


Text Example

White with #814226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814226; }

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

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

background-color css

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

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

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

border-color css

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

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

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