Html Css Color HEX #092712 Deep Fir

📋 copy color: '#092712'

red 9 ◦ green 39 ◦ blue 18

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

Shades of Deep Fir #092712

Tints of Deep Fir #092712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 59.09%

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

R = 13.64%
G = 59.09%
B = 27.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#092712 (or 0x092712) is known color: Deep Fir. HEX triplet: 09, 27 and 12. RGB value is (9,39,18). Sum of RGB (Red+Green+Blue) = 9+39+18=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #092712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092712 is #F6D8ED. Grayscale: #1B1B1B. Windows color (decimal): -16177390 or 1189641. OLE color: 1189641.

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

Color convert

RGB 9 39 18 -
CMYK 0.77 0 0.54 0.85
HSL 138º 0.63% 0.09% -
HSV(B) 138º 0.77% 0.15% -
XYZ 0.95 1.55 0.82 -
YUV 27.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 9 39 18 0.77 0 0.54 0.85 138 0.63 0.09
Hex 9 27 12 4D 0 36 55 8A 3E 9
Octal 11 47 22 115 0 66 125 212 76 11
Binary 1001 100111 10010 1001101 0 110110 1010101 10001010 111110 1001

Color Harmonies of #092712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092712

Black with #092712

Text Example


Text Example

White with #092712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092712; }

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

 H1.HeaderClassName
 {
   color: #092712;
 }
 .AnyTagClassName
 {
   color: #092712;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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