#092810

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

Shades of Deep Fir #092810

Tints of Deep Fir #092810

Color information

#092810 (or 0x092810) is unknown color: approx Deep Fir. HEX triplet: 09, 28 and 10. RGB value is (9,40,16). Sum of RGB (Red+Green+Blue) = 9+40+16=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #092810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092810 is #F6D7EF. Grayscale: #1C1C1C. Windows color (decimal): -16177136 or 1058825. OLE color: 1058825.

HSL color Cylindrical-coordinate representation of color #092810: hue angle of 133.55º 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 #092810 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB94016-
CMYK0.7800.600.84
HSL133.55º63.27%9.61%-
HSV(B)133.55º77.5%15.69%-
XYZ0.961.610.75-
YUV27.99121.23114.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.85%
GREEN value IS 40 (16.02% from 255) = 61.54%
BLUE value IS 16 (6.64% from 255) = 24.62%
R=13.85%
G=61.54%
B=24.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal940160.7800.600.84133.5563.279.61
Hex928104E03C54863fa
Octal1150201160741242067712
Binary100110100010000100111001111001010100100001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092810; }

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

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

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

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

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

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

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

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