Html Css Color HEX #092010 Deep Fir

📋 copy color: '#092010'

red 9 ◦ green 32 ◦ blue 16

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

Shades of Deep Fir #092010

Tints of Deep Fir #092010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 56.14%

 BLUE value IS 16 (6.64% from 255) = 28.07%

R = 15.79%
G = 56.14%
B = 28.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.5

 K value IS 0.87

RGB Variations

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

Color information

#092010 (or 0x092010) is known color: Deep Fir. HEX triplet: 09, 20 and 10. RGB value is (9,32,16). Sum of RGB (Red+Green+Blue) = 9+32+16=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #092010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092010 is #F6DFEF. Grayscale: #171717. Windows color (decimal): -16179184 or 1056777. OLE color: 1056777.

HSL color Cylindrical-coordinate representation of color #092010: hue angle of 138.26º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #092010 is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 32 16 -
CMYK 0.72 0 0.5 0.87
HSL 138.26º 0.56% 0.08% -
HSV(B) 138.26º 0.72% 0.13% -
XYZ 0.72 1.13 0.67 -
YUV 23.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 9 32 16 0.72 0 0.5 0.87 138.26 0.56 0.08
Hex 9 20 10 48 0 32 57 8A 38 8
Octal 11 40 20 110 0 62 127 212 70 10
Binary 1001 100000 10000 1001000 0 110010 1010111 10001010 111000 1000

Color Harmonies of #092010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092010

Black with #092010

Text Example


Text Example

White with #092010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092010; }

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

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

background-color css

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

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

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

border-color css

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

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

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