#092812

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

Shades of Deep Fir #092812

Tints of Deep Fir #092812

Color information

#092812 (or 0x092812) is unknown color: approx Deep Fir. HEX triplet: 09, 28 and 12. RGB value is (9,40,18). Sum of RGB (Red+Green+Blue) = 9+40+18=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 40 (16.02% from 255 or 59.70% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 40 - color contains mainly: green. Hex color #092812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092812 is #F6D7ED. Grayscale: #1C1C1C. Windows color (decimal): -16177134 or 1189897. OLE color: 1189897.

HSL color Cylindrical-coordinate representation of color #092812: hue angle of 137.42º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #092812 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB94018-
CMYK0.7800.550.84
HSL137.42º63.27%9.61%-
HSV(B)137.42º77.5%15.69%-
XYZ0.981.620.83-
YUV28.22122.23114.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.43%
GREEN value IS 40 (16.02% from 255) = 59.70%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=13.43%
G=59.70%
B=26.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal940180.7800.550.84137.4263.279.61
Hex928124E03754893fa
Octal1150221160671242117712
Binary100110100010010100111001101111010100100010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092812; }

 p { color: rgb(9,40,18); }

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

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

 a { background-color: rgb(9,40,18); }

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

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

 span { border-color: rgb(9,40,18); }

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