#083310

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

Shades of Deep Fir #083310

Tints of Deep Fir #083310

Color information

#083310 (or 0x083310) is unknown color: approx Deep Fir. HEX triplet: 08, 33 and 10. RGB value is (8,51,16). Sum of RGB (Red+Green+Blue) = 8+51+16=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #083310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083310 is #F7CCEF. Grayscale: #222222. Windows color (decimal): -16239856 or 1061640. OLE color: 1061640.

HSL color Cylindrical-coordinate representation of color #083310: hue angle of 131.16º 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 #083310 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB85116-
CMYK0.8400.690.8
HSL131.16º72.88%11.57%-
HSV(B)131.16º84.31%20%-
XYZ1.382.460.89-
YUV34.15117.75109.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.67%
GREEN value IS 51 (20.31% from 255) = 68%
BLUE value IS 16 (6.64% from 255) = 21.33%
R=10.67%
G=68%
B=21.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851160.8400.690.8131.1672.8811.57
Hex8331054045508349c
Octal106320124010512020311114
Binary10001100111000010101000100010110100001000001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083310; }

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

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

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

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

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

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

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

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