#083A13

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

Shades of Deep Fir #083A13

Tints of Deep Fir #083A13

Color information

#083A13 (or 0x083A13) is unknown color: approx Deep Fir. HEX triplet: 08, 3A and 13. RGB value is (8,58,19). Sum of RGB (Red+Green+Blue) = 8+58+19=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 58 (23.05% from 255 or 68.24% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 58 - color contains mainly: green. Hex color #083A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083A13 is #F7C5EC. Grayscale: #262626. Windows color (decimal): -16238061 or 1260040. OLE color: 1260040.

HSL color Cylindrical-coordinate representation of color #083A13: hue angle of 133.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083A13 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB85819-
CMYK0.8600.670.77
HSL133.2º75.76%12.94%-
HSV(B)133.2º86.21%22.75%-
XYZ1.733.121.13-
YUV38.6116.94106.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.41%
GREEN value IS 58 (23.05% from 255) = 68.24%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=9.41%
G=68.24%
B=22.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal858190.8600.670.77133.275.7612.94
Hex83A13560434D854cd
Octal107223126010311520511415
Binary10001110101001110101100100001110011011000010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083A13; }

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

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

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

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

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

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

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

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