#08340D

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

Shades of Deep Fir #08340D

Tints of Deep Fir #08340D

Color information

#08340D (or 0x08340D) is unknown color: approx Deep Fir. HEX triplet: 08, 34 and 0D. RGB value is (8,52,13). Sum of RGB (Red+Green+Blue) = 8+52+13=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 52 (20.70% from 255 or 71.23% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 52 - color contains mainly: green. Hex color #08340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08340D is #F7CBF2. Grayscale: #222222. Windows color (decimal): -16239603 or 865288. OLE color: 865288.

HSL color Cylindrical-coordinate representation of color #08340D: hue angle of 126.82º 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 #08340D is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB85213-
CMYK0.8500.750.80
HSL126.82º73.33%11.76%-
HSV(B)126.82º84.62%20.39%-
XYZ1.42.540.8-
YUV34.4115.92109.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.96%
GREEN value IS 52 (20.70% from 255) = 71.23%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=10.96%
G=71.23%
B=17.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal852130.8500.750.80126.8273.3311.76
Hex834D5504B507f49c
Octal106415125011312017711114
Binary100011010011011010101010010111010000111111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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