#083211

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

Shades of Deep Fir #083211

Tints of Deep Fir #083211

Color information

#083211 (or 0x083211) is unknown color: approx Deep Fir. HEX triplet: 08, 32 and 11. RGB value is (8,50,17). Sum of RGB (Red+Green+Blue) = 8+50+17=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 50 (19.92% from 255 or 66.67% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 50 - color contains mainly: green. Hex color #083211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083211 is #F7CDEE. Grayscale: #212121. Windows color (decimal): -16240111 or 1126920. OLE color: 1126920.

HSL color Cylindrical-coordinate representation of color #083211: hue angle of 132.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083211 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB85017-
CMYK0.8400.660.80
HSL132.86º72.41%11.37%-
HSV(B)132.86º84%19.61%-
XYZ1.342.370.92-
YUV33.68118.59109.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.67%
GREEN value IS 50 (19.92% from 255) = 66.67%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=10.67%
G=66.67%
B=22.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850170.8400.660.80132.8672.4111.37
Hex8321154042508548b
Octal106221124010212020511013
Binary10001100101000110101000100001010100001000010110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083211; }

 p { color: rgb(8,50,17); }

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

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

 a { background-color: rgb(8,50,17); }

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

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

 span { border-color: rgb(8,50,17); }

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