#092612

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

Shades of Deep Fir #092612

Tints of Deep Fir #092612

Color information

#092612 (or 0x092612) is unknown color: approx Deep Fir. HEX triplet: 09, 26 and 12. RGB value is (9,38,18). Sum of RGB (Red+Green+Blue) = 9+38+18=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #092612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092612 is #F6D9ED. Grayscale: #1B1B1B. Windows color (decimal): -16177646 or 1189385. OLE color: 1189385.

HSL color Cylindrical-coordinate representation of color #092612: hue angle of 138.62º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092612 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB93818-
CMYK0.7600.530.85
HSL138.62º61.7%9.22%-
HSV(B)138.62º76.32%14.9%-
XYZ0.911.490.81-
YUV27.05122.89115.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.85%
GREEN value IS 38 (15.23% from 255) = 58.46%
BLUE value IS 18 (7.42% from 255) = 27.69%
R=13.85%
G=58.46%
B=27.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal938180.7600.530.85138.6261.79.22
Hex926124C035558b3e9
Octal1146221140651252137611
Binary100110011010010100110001101011010101100010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092612; }

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

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

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

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

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

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

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

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