Html Css Color HEX #092913 Deep Fir

📋 copy color: '#092913'

red 9 ◦ green 41 ◦ blue 19

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

Shades of Deep Fir #092913

Tints of Deep Fir #092913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 59.42%

 BLUE value IS 19 (7.81% from 255) = 27.54%

R = 13.04%
G = 59.42%
B = 27.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#092913 (or 0x092913) is known color: Deep Fir. HEX triplet: 09, 29 and 13. RGB value is (9,41,19). Sum of RGB (Red+Green+Blue) = 9+41+19=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 41 (16.41% from 255 or 59.42% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 41 - color contains mainly: green. Hex color #092913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092913 is #F6D6EC. Grayscale: #1C1C1C. Windows color (decimal): -16176877 or 1255689. OLE color: 1255689.

HSL color Cylindrical-coordinate representation of color #092913: hue angle of 138.75º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #092913 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 41 19 -
CMYK 0.78 0 0.54 0.84
HSL 138.75º 0.64% 0.1% -
HSV(B) 138.75º 0.78% 0.16% -
XYZ 1.02 1.69 0.89 -
YUV 28.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 9 41 19 0.78 0 0.54 0.84 138.75 0.64 0.1
Hex 9 29 13 4E 0 36 54 8B 40 A
Octal 11 51 23 116 0 66 124 213 100 12
Binary 1001 101001 10011 1001110 0 110110 1010100 10001011 1000000 1010

Color Harmonies of #092913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092913

Black with #092913

Text Example


Text Example

White with #092913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092913; }

 p { color: rgb(9,41,19); }

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

background-color css

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

 a { background-color: rgb(9,41,19); }

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

border-color css

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

 span { border-color: rgb(9,41,19); }

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