Html Css Color HEX #092713 Deep Fir

📋 copy color: '#092713'

red 9 ◦ green 39 ◦ blue 19

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

Shades of Deep Fir #092713

Tints of Deep Fir #092713

RGB

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

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

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

R = 13.43%
G = 58.21%
B = 28.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#092713 (or 0x092713) is known color: Deep Fir. HEX triplet: 09, 27 and 13. RGB value is (9,39,19). Sum of RGB (Red+Green+Blue) = 9+39+19=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #092713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092713 is #F6D8EC. Grayscale: #1B1B1B. Windows color (decimal): -16177389 or 1255177. OLE color: 1255177.

HSL color Cylindrical-coordinate representation of color #092713: hue angle of 140º 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 #092713 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 39 19 -
CMYK 0.77 0 0.51 0.85
HSL 140º 0.63% 0.09% -
HSV(B) 140º 0.77% 0.15% -
XYZ 0.96 1.56 0.87 -
YUV 27.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 9 39 19 0.77 0 0.51 0.85 140 0.63 0.09
Hex 9 27 13 4D 0 33 55 8C 3E 9
Octal 11 47 23 115 0 63 125 214 76 11
Binary 1001 100111 10011 1001101 0 110011 1010101 10001100 111110 1001

Color Harmonies of #092713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092713

Black with #092713

Text Example


Text Example

White with #092713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092713; }

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

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

background-color css

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

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

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

border-color css

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

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

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