#08330F

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

Shades of Deep Fir #08330F

Tints of Deep Fir #08330F

Color information

#08330F (or 0x08330F) is unknown color: approx Deep Fir. HEX triplet: 08, 33 and 0F. RGB value is (8,51,15). Sum of RGB (Red+Green+Blue) = 8+51+15=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #08330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08330F is #F7CCF0. Grayscale: #222222. Windows color (decimal): -16239857 or 996104. OLE color: 996104.

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

Color convert

RGB85115-
CMYK0.8400.710.8
HSL129.77º72.88%11.57%-
HSV(B)129.77º84.31%20%-
XYZ1.372.450.85-
YUV34.04117.25109.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.81%
GREEN value IS 51 (20.31% from 255) = 68.92%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=10.81%
G=68.92%
B=20.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851150.8400.710.8129.7772.8811.57
Hex833F54047508249c
Octal106317124010712020211114
Binary1000110011111110101000100011110100001000001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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