Html Css Color HEX #834226 Copper Canyon

📋 copy color: '#834226'

red 131 ◦ green 66 ◦ blue 38

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

Shades of Copper Canyon #834226

Tints of Copper Canyon #834226

RGB

 RED value IS 131 (51.56% from 255) = 55.74%

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

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

R = 55.74%
G = 28.09%
B = 16.17%

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

#834226 (or 0x834226) is known color: Copper Canyon. HEX triplet: 83, 42 and 26. RGB value is (131,66,38). Sum of RGB (Red+Green+Blue) = 131+66+38=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #834226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834226 is #7CBDD9. Grayscale: #525252. Windows color (decimal): -8175066 or 2507395. OLE color: 2507395.

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

Color convert

RGB 131 66 38 -
CMYK 0 0.50 0.71 0.49
HSL 18.06º 0.55% 0.33% -
HSV(B) 18.06º 0.71% 0.51% -
XYZ 11.66 8.86 2.93 -
YUV 82.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 131 66 38 0 0.50 0.71 0.49 18.06 0.55 0.33
Hex 83 42 26 0 32 47 31 12 37 21
Octal 203 102 46 0 62 107 61 22 67 41
Binary 10000011 1000010 100110 0 110010 1000111 110001 10010 110111 100001

Color Harmonies of #834226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834226

Black with #834226

Text Example


Text Example

White with #834226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834226; }

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

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

background-color css

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

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

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

border-color css

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

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

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