#08330E

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

Shades of Deep Fir #08330E

Tints of Deep Fir #08330E

Color information

#08330E (or 0x08330E) is unknown color: approx Deep Fir. HEX triplet: 08, 33 and 0E. RGB value is (8,51,14). Sum of RGB (Red+Green+Blue) = 8+51+14=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #08330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08330E is #F7CCF1. Grayscale: #222222. Windows color (decimal): -16239858 or 930568. OLE color: 930568.

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

Color convert

RGB85114-
CMYK0.8400.730.8
HSL128.37º72.88%11.57%-
HSV(B)128.37º84.31%20%-
XYZ1.362.450.82-
YUV33.92116.75109.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.96%
GREEN value IS 51 (20.31% from 255) = 69.86%
BLUE value IS 14 (5.86% from 255) = 19.18%
R=10.96%
G=69.86%
B=19.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851140.8400.730.8128.3772.8811.57
Hex833E54049508049c
Octal106316124011112020011114
Binary1000110011111010101000100100110100001000000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08330E; }

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

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

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

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

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

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

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

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