#083311

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

Shades of Deep Fir #083311

Tints of Deep Fir #083311

Color information

#083311 (or 0x083311) is unknown color: approx Deep Fir. HEX triplet: 08, 33 and 11. RGB value is (8,51,17). Sum of RGB (Red+Green+Blue) = 8+51+17=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #083311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083311 is #F7CCEE. Grayscale: #222222. Windows color (decimal): -16239855 or 1127176. OLE color: 1127176.

HSL color Cylindrical-coordinate representation of color #083311: hue angle of 132.56º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083311 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB85117-
CMYK0.8400.670.8
HSL132.56º72.88%11.57%-
HSV(B)132.56º84.31%20%-
XYZ1.392.460.93-
YUV34.27118.25109.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.53%
GREEN value IS 51 (20.31% from 255) = 67.11%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=10.53%
G=67.11%
B=22.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851170.8400.670.8132.5672.8811.57
Hex8331154043508549c
Octal106321124010312020511114
Binary10001100111000110101000100001110100001000010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083311; }

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

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

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

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

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

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

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

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