#08320D

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

Shades of Deep Fir #08320D

Tints of Deep Fir #08320D

Color information

#08320D (or 0x08320D) is unknown color: approx Deep Fir. HEX triplet: 08, 32 and 0D. RGB value is (8,50,13). Sum of RGB (Red+Green+Blue) = 8+50+13=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #08320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08320D is #F7CDF2. Grayscale: #212121. Windows color (decimal): -16240115 or 864776. OLE color: 864776.

HSL color Cylindrical-coordinate representation of color #08320D: hue angle of 127.14º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08320D is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB85013-
CMYK0.8400.740.80
HSL127.14º72.41%11.37%-
HSV(B)127.14º84%19.61%-
XYZ1.312.360.77-
YUV33.22116.59110.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.27%
GREEN value IS 50 (19.92% from 255) = 70.42%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=11.27%
G=70.42%
B=18.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850130.8400.740.80127.1472.4111.37
Hex832D5404A507f48b
Octal106215124011212017711013
Binary100011001011011010100010010101010000111111110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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