Html Css Color HEX #092813 Deep Fir

📋 copy color: '#092813'

red 9 ◦ green 40 ◦ blue 19

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

Shades of Deep Fir #092813

Tints of Deep Fir #092813

RGB

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

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

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

R = 13.24%
G = 58.82%
B = 27.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#092813 (or 0x092813) is known color: Deep Fir. HEX triplet: 09, 28 and 13. RGB value is (9,40,19). Sum of RGB (Red+Green+Blue) = 9+40+19=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 40 (16.02% from 255 or 58.82% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 40 - color contains mainly: green. Hex color #092813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092813 is #F6D7EC. Grayscale: #1C1C1C. Windows color (decimal): -16177133 or 1255433. OLE color: 1255433.

HSL color Cylindrical-coordinate representation of color #092813: hue angle of 139.35º 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 #092813 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 40 19 -
CMYK 0.78 0 0.52 0.84
HSL 139.35º 0.63% 0.1% -
HSV(B) 139.35º 0.78% 0.16% -
XYZ 0.99 1.62 0.88 -
YUV 28.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 9 40 19 0.78 0 0.52 0.84 139.35 0.63 0.1
Hex 9 28 13 4E 0 34 54 8B 3F A
Octal 11 50 23 116 0 64 124 213 77 12
Binary 1001 101000 10011 1001110 0 110100 1010100 10001011 111111 1010

Color Harmonies of #092813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092813

Black with #092813

Text Example


Text Example

White with #092813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092813; }

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

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

background-color css

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

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

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

border-color css

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

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

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