#083C12

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

Shades of Deep Fir #083C12

Tints of Deep Fir #083C12

Color information

#083C12 (or 0x083C12) is unknown color: approx Deep Fir. HEX triplet: 08, 3C and 12. RGB value is (8,60,18). Sum of RGB (Red+Green+Blue) = 8+60+18=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 60 (23.83% from 255 or 69.77% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 60 - color contains mainly: green. Hex color #083C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083C12 is #F7C3ED. Grayscale: #272727. Windows color (decimal): -16237550 or 1195016. OLE color: 1195016.

HSL color Cylindrical-coordinate representation of color #083C12: hue angle of 131.54º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083C12 is Cyan = 0.87, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.76.

Color convert

RGB86018-
CMYK0.8700.70.76
HSL131.54º76.47%13.33%-
HSV(B)131.54º86.67%23.53%-
XYZ1.833.331.12-
YUV39.66115.77105.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 60 (23.83% from 255) = 69.77%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=9.30%
G=69.77%
B=20.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal860180.8700.70.76131.5476.4713.33
Hex83C12570464C844cd
Octal107422127010611420411415
Binary10001111001001010101110100011010011001000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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