#834027

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

Shades of Copper Canyon #834027

Tints of Copper Canyon #834027

Color information

#834027 (or 0x834027) is unknown color: approx Copper Canyon. HEX triplet: 83, 40 and 27. RGB value is (131,64,39). Sum of RGB (Red+Green+Blue) = 131+64+39=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #834027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834027 is #7CBFD8. Grayscale: #515151. Windows color (decimal): -8175577 or 2572419. OLE color: 2572419.

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

Color convert

RGB1316439-
CMYK00.510.700.49
HSL16.3º54.12%33.33%-
HSV(B)16.3º70.23%51.37%-
XYZ11.568.642.98-
YUV81.18104.2163.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.98%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=55.98%
G=27.35%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131643900.510.700.4916.354.1233.33
Hex8340270334631103621
Octal2031004706310661206641
Binary1000001110000001001110110011100011011000110000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834027; }

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

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

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

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

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

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

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

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