#083212

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

Shades of Deep Fir #083212

Tints of Deep Fir #083212

Color information

#083212 (or 0x083212) is unknown color: approx Deep Fir. HEX triplet: 08, 32 and 12. RGB value is (8,50,18). Sum of RGB (Red+Green+Blue) = 8+50+18=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #083212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083212 is #F7CDED. Grayscale: #212121. Windows color (decimal): -16240110 or 1192456. OLE color: 1192456.

HSL color Cylindrical-coordinate representation of color #083212: hue angle of 134.29º 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 #083212 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB85018-
CMYK0.8400.640.80
HSL134.29º72.41%11.37%-
HSV(B)134.29º84%19.61%-
XYZ1.352.380.96-
YUV33.79119.09109.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.53%
GREEN value IS 50 (19.92% from 255) = 65.79%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=10.53%
G=65.79%
B=23.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850180.8400.640.80134.2972.4111.37
Hex8321254040508648b
Octal106222124010012020611013
Binary10001100101001010101000100000010100001000011010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083212; }

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

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

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

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

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

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

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

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