Html Css Color HEX #092410 Deep Fir

📋 copy color: '#092410'

red 9 ◦ green 36 ◦ blue 16

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

Shades of Deep Fir #092410

Tints of Deep Fir #092410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 59.02%

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

R = 14.75%
G = 59.02%
B = 26.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#092410 (or 0x092410) is known color: Deep Fir. HEX triplet: 09, 24 and 10. RGB value is (9,36,16). Sum of RGB (Red+Green+Blue) = 9+36+16=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #092410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092410 is #F6DBEF. Grayscale: #191919. Windows color (decimal): -16178160 or 1057801. OLE color: 1057801.

HSL color Cylindrical-coordinate representation of color #092410: hue angle of 135.56º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #092410 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB 9 36 16 -
CMYK 0.75 0 0.56 0.86
HSL 135.56º 0.6% 0.09% -
HSV(B) 135.56º 0.75% 0.14% -
XYZ 0.84 1.36 0.71 -
YUV 25.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 9 36 16 0.75 0 0.56 0.86 135.56 0.6 0.09
Hex 9 24 10 4B 0 38 56 88 3C 9
Octal 11 44 20 113 0 70 126 210 74 11
Binary 1001 100100 10000 1001011 0 111000 1010110 10001000 111100 1001

Color Harmonies of #092410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092410

Black with #092410

Text Example


Text Example

White with #092410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092410; }

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

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

background-color css

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

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

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

border-color css

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

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

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