#08340F

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

Shades of Deep Fir #08340F

Tints of Deep Fir #08340F

Color information

#08340F (or 0x08340F) is unknown color: approx Deep Fir. HEX triplet: 08, 34 and 0F. RGB value is (8,52,15). Sum of RGB (Red+Green+Blue) = 8+52+15=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #08340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08340F is #F7CBF0. Grayscale: #222222. Windows color (decimal): -16239601 or 996360. OLE color: 996360.

HSL color Cylindrical-coordinate representation of color #08340F: hue angle of 129.55º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08340F is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB85215-
CMYK0.8500.710.80
HSL129.55º73.33%11.76%-
HSV(B)129.55º84.62%20.39%-
XYZ1.412.540.87-
YUV34.63116.92109.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.67%
GREEN value IS 52 (20.70% from 255) = 69.33%
BLUE value IS 15 (6.25% from 255) = 20%
R=10.67%
G=69.33%
B=20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal852150.8500.710.80129.5573.3311.76
Hex834F55047508249c
Octal106417125010712020211114
Binary1000110100111110101010100011110100001000001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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