#083113

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

Shades of Deep Fir #083113

Tints of Deep Fir #083113

Color information

#083113 (or 0x083113) is unknown color: approx Deep Fir. HEX triplet: 08, 31 and 13. RGB value is (8,49,19). Sum of RGB (Red+Green+Blue) = 8+49+19=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #083113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083113 is #F7CEEC. Grayscale: #212121. Windows color (decimal): -16240365 or 1257736. OLE color: 1257736.

HSL color Cylindrical-coordinate representation of color #083113: hue angle of 136.1º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083113 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB84919-
CMYK0.8400.610.81
HSL136.1º71.93%11.18%-
HSV(B)136.1º83.67%19.22%-
XYZ1.322.30.99-
YUV33.32119.92109.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.53%
GREEN value IS 49 (19.53% from 255) = 64.47%
BLUE value IS 19 (7.81% from 255) = 25%
R=10.53%
G=64.47%
B=25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849190.8400.610.81136.171.9311.18
Hex831135403D518848b
Octal10612312407512121011013
Binary1000110001100111010100011110110100011000100010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083113; }

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

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

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

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

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

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

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

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