#083A1B

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

Shades of Deep Fir #083A1B

Tints of Deep Fir #083A1B

Color information

#083A1B (or 0x083A1B) is unknown color: approx Deep Fir. HEX triplet: 08, 3A and 1B. RGB value is (8,58,27). Sum of RGB (Red+Green+Blue) = 8+58+27=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #083A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083A1B is #F7C5E4. Grayscale: #272727. Windows color (decimal): -16238053 or 1784328. OLE color: 1784328.

HSL color Cylindrical-coordinate representation of color #083A1B: hue angle of 142.8º 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 #083A1B is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB85827-
CMYK0.8600.530.77
HSL142.8º75.76%12.94%-
HSV(B)142.8º86.21%22.75%-
XYZ1.813.161.55-
YUV39.52120.94105.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.60%
GREEN value IS 58 (23.05% from 255) = 62.37%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=8.60%
G=62.37%
B=29.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal858270.8600.530.77142.875.7612.94
Hex83A1B560354D8f4cd
Octal10723312606511521711415
Binary1000111010110111010110011010110011011000111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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