#083213

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

Shades of Deep Fir #083213

Tints of Deep Fir #083213

Color information

#083213 (or 0x083213) is unknown color: approx Deep Fir. HEX triplet: 08, 32 and 13. RGB value is (8,50,19). Sum of RGB (Red+Green+Blue) = 8+50+19=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #083213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083213 is #F7CDEC. Grayscale: #212121. Windows color (decimal): -16240109 or 1257992. OLE color: 1257992.

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

Color convert

RGB85019-
CMYK0.8400.620.80
HSL135.71º72.41%11.37%-
HSV(B)135.71º84%19.61%-
XYZ1.362.381-
YUV33.91119.59109.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 50 (19.92% from 255) = 64.94%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=10.39%
G=64.94%
B=24.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850190.8400.620.80135.7172.4111.37
Hex832135403E508848b
Octal10622312407612021011013
Binary1000110010100111010100011111010100001000100010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083213; }

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

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

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

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

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

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

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

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