#092D0D

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

Shades of Deep Fir #092D0D

Tints of Deep Fir #092D0D

Color information

#092D0D (or 0x092D0D) is unknown color: approx Deep Fir. HEX triplet: 09, 2D and 0D. RGB value is (9,45,13). Sum of RGB (Red+Green+Blue) = 9+45+13=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 45 (17.97% from 255 or 67.16% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 45 - color contains mainly: green. Hex color #092D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092D0D is #F6D2F2. Grayscale: #1E1E1E. Windows color (decimal): -16175859 or 863497. OLE color: 863497.

HSL color Cylindrical-coordinate representation of color #092D0D: hue angle of 126.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092D0D is Cyan = 0.8, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.

Color convert

RGB94513-
CMYK0.800.710.82
HSL126.67º66.67%10.59%-
HSV(B)126.67º80%17.65%-
XYZ1.121.960.7-
YUV30.59118.07112.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.43%
GREEN value IS 45 (17.97% from 255) = 67.16%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=13.43%
G=67.16%
B=19.40%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal945130.800.710.82126.6766.6710.59
Hex92DD50047527f43b
Octal115515120010712217710313
Binary100110110111011010000010001111010010111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092D0D; }

 p { color: rgb(9,45,13); }

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

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

 a { background-color: rgb(9,45,13); }

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

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

 span { border-color: rgb(9,45,13); }

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