#834016

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

Shades of Russet #834016

Tints of Russet #834016

Color information

#834016 (or 0x834016) is unknown color: approx Russet. HEX triplet: 83, 40 and 16. RGB value is (131,64,22). Sum of RGB (Red+Green+Blue) = 131+64+22=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #834016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834016 is #7CBFE9. Grayscale: #4F4F4F. Windows color (decimal): -8175594 or 1458307. OLE color: 1458307.

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

Color convert

RGB1316422-
CMYK00.510.830.49
HSL23.12º71.24%30%-
HSV(B)23.12º83.21%51.37%-
XYZ11.348.551.81-
YUV79.2495.7164.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.37%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=60.37%
G=29.49%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131642200.510.830.4923.1271.2430
Hex834016033533117471e
Octal20310026063123612710736
Binary100000111000000101100110011101001111000110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834016; }

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

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

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

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

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

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

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

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