#083418

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

Shades of Deep Fir #083418

Tints of Deep Fir #083418

Color information

#083418 (or 0x083418) is unknown color: approx Deep Fir. HEX triplet: 08, 34 and 18. RGB value is (8,52,24). Sum of RGB (Red+Green+Blue) = 8+52+24=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #083418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083418 is #F7CBE7. Grayscale: #232323. Windows color (decimal): -16239592 or 1586184. OLE color: 1586184.

HSL color Cylindrical-coordinate representation of color #083418: hue angle of 141.82º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083418 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB85224-
CMYK0.8500.540.80
HSL141.82º73.33%11.76%-
HSV(B)141.82º84.62%20.39%-
XYZ1.492.571.28-
YUV35.65121.42108.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 52 (20.70% from 255) = 61.90%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=9.52%
G=61.90%
B=28.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal852240.8500.540.80141.8273.3311.76
Hex8341855036508e49c
Octal10643012506612021611114
Binary1000110100110001010101011011010100001000111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083418; }

 p { color: rgb(8,52,24); }

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

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

 a { background-color: rgb(8,52,24); }

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

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

 span { border-color: rgb(8,52,24); }

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