#834025

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

Shades of Copper Canyon #834025

Tints of Copper Canyon #834025

Color information

#834025 (or 0x834025) is unknown color: approx Copper Canyon. HEX triplet: 83, 40 and 25. RGB value is (131,64,37). Sum of RGB (Red+Green+Blue) = 131+64+37=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #834025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834025 is #7CBFDA. Grayscale: #515151. Windows color (decimal): -8175579 or 2441347. OLE color: 2441347.

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

Color convert

RGB1316437-
CMYK00.510.720.49
HSL17.23º55.95%32.94%-
HSV(B)17.23º71.76%51.37%-
XYZ11.538.632.81-
YUV80.96103.2163.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.47%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=56.47%
G=27.59%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131643700.510.720.4917.2355.9532.94
Hex8340250334831113821
Octal2031004506311061217041
Binary1000001110000001001010110011100100011000110001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834025; }

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

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

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

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

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

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

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

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