#834024

Color #834024 Copper Canyon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Canyon #834024

Tints of Copper Canyon #834024

Color information

#834024 (or 0x834024) is unknown color: approx Copper Canyon. HEX triplet: 83, 40 and 24. RGB value is (131,64,36). Sum of RGB (Red+Green+Blue) = 131+64+36=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #834024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834024 is #7CBFDB. Grayscale: #515151. Windows color (decimal): -8175580 or 2375811. OLE color: 2375811.

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

Color convert

RGB1316436-
CMYK00.510.730.49
HSL17.68º56.89%32.75%-
HSV(B)17.68º72.52%51.37%-
XYZ11.518.622.73-
YUV80.84102.7163.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.71%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 36 (14.45% from 255) = 15.58%
R=56.71%
G=27.71%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131643600.510.730.4917.6856.8932.75
Hex8340240334931123921
Octal2031004406311161227141
Binary1000001110000001001000110011100100111000110010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834024; }

 p { color: rgb(131,64,36); }

 H1.HeaderClassName
 {
   color: #834024;
 }
 .AnyTagClassName
 {
   color: #834024;
 }
</style>
background-color css

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

 a { background-color: rgb(131,64,36); }

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

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

 span { border-color: rgb(131,64,36); }

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