Html Css Color HEX #09391D Deep Fir

📋 copy color: '#09391D'

red 9 ◦ green 57 ◦ blue 29

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

Shades of Deep Fir #09391D

Tints of Deep Fir #09391D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 60%

 BLUE value IS 29 (11.72% from 255) = 30.53%

R = 9.47%
G = 60%
B = 30.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#09391D (or 0x09391D) is known color: Deep Fir. HEX triplet: 09, 39 and 1D. RGB value is (9,57,29). Sum of RGB (Red+Green+Blue) = 9+57+29=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 57 (22.66% from 255 or 60% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 57 - color contains mainly: green. Hex color #09391D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09391D is #F6C6E2. Grayscale: #272727. Windows color (decimal): -16172771 or 1915145. OLE color: 1915145.

HSL color Cylindrical-coordinate representation of color #09391D: hue angle of 145º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09391D is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 57 29 -
CMYK 0.84 0 0.49 0.78
HSL 145º 0.73% 0.13% -
HSV(B) 145º 0.84% 0.22% -
XYZ 1.8 3.07 1.66 -
YUV 39.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 9 57 29 0.84 0 0.49 0.78 145 0.73 0.13
Hex 9 39 1D 54 0 31 4E 91 49 D
Octal 11 71 35 124 0 61 116 221 111 15
Binary 1001 111001 11101 1010100 0 110001 1001110 10010001 1001001 1101

Color Harmonies of #09391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09391D

Black with #09391D

Text Example


Text Example

White with #09391D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09391D; }

 p { color: rgb(9,57,29); }

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

background-color css

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

 a { background-color: rgb(9,57,29); }

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

border-color css

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

 span { border-color: rgb(9,57,29); }

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