#083812

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

Shades of Deep Fir #083812

Tints of Deep Fir #083812

Color information

#083812 (or 0x083812) is unknown color: approx Deep Fir. HEX triplet: 08, 38 and 12. RGB value is (8,56,18). Sum of RGB (Red+Green+Blue) = 8+56+18=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 56 (22.27% from 255 or 68.29% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 56 - color contains mainly: green. Hex color #083812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083812 is #F7C7ED. Grayscale: #252525. Windows color (decimal): -16238574 or 1193992. OLE color: 1193992.

HSL color Cylindrical-coordinate representation of color #083812: hue angle of 132.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083812 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB85618-
CMYK0.8600.680.78
HSL132.5º75%12.55%-
HSV(B)132.5º85.71%21.96%-
XYZ1.622.921.05-
YUV37.32117.1107.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 56 (22.27% from 255) = 68.29%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=9.76%
G=68.29%
B=21.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal856180.8600.680.78132.57512.55
Hex83812560444E844bd
Octal107022126010411620411315
Binary10001110001001010101100100010010011101000010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083812; }

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

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

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

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

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

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

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

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