Html Css Color HEX #092812 Deep Fir

📋 copy color: '#092812'

red 9 ◦ green 40 ◦ blue 18

#092812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #092812

Tints of Deep Fir #092812

RGB

 RED value IS 9 (3.91% from 255) = 13.43%

 GREEN value IS 40 (16.02% from 255) = 59.7%

 BLUE value IS 18 (7.42% from 255) = 26.87%

R = 13.43%
G = 59.7%
B = 26.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#092812 (or 0x092812) is known color: 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

RGB 9 40 18 -
CMYK 0.78 0 0.55 0.84
HSL 137.42º 0.63% 0.1% -
HSV(B) 137.42º 0.78% 0.16% -
XYZ 0.98 1.62 0.83 -
YUV 28.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 9 40 18 0.78 0 0.55 0.84 137.42 0.63 0.1
Hex 9 28 12 4E 0 37 54 89 3F A
Octal 11 50 22 116 0 67 124 211 77 12
Binary 1001 101000 10010 1001110 0 110111 1010100 10001001 111111 1010

Color Harmonies of #092812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092812

Black with #092812

Text Example


Text Example

White with #092812

Text Example


Text Example

HTML Codes & Css Web 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>