Html Css Color HEX #09401C Deep Fir

📋 copy color: '#09401C'

red 9 ◦ green 64 ◦ blue 28

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

Shades of Deep Fir #09401C

Tints of Deep Fir #09401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 63.37%

 BLUE value IS 28 (11.33% from 255) = 27.72%

R = 8.91%
G = 63.37%
B = 27.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#09401C (or 0x09401C) is known color: Deep Fir. HEX triplet: 09, 40 and 1C. RGB value is (9,64,28). Sum of RGB (Red+Green+Blue) = 9+64+28=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #09401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09401C is #F6BFE3. Grayscale: #2B2B2B. Windows color (decimal): -16170980 or 1851401. OLE color: 1851401.

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

Color convert

RGB 9 64 28 -
CMYK 0.86 0 0.56 0.75
HSL 140.73º 0.75% 0.14% -
HSV(B) 140.73º 0.86% 0.25% -
XYZ 2.16 3.81 1.72 -
YUV 43.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 9 64 28 0.86 0 0.56 0.75 140.73 0.75 0.14
Hex 9 40 1C 56 0 38 4B 8D 4B E
Octal 11 100 34 126 0 70 113 215 113 16
Binary 1001 1000000 11100 1010110 0 111000 1001011 10001101 1001011 1110

Color Harmonies of #09401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09401C

Black with #09401C

Text Example


Text Example

White with #09401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09401C; }

 p { color: rgb(9,64,28); }

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

background-color css

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

 a { background-color: rgb(9,64,28); }

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

border-color css

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

 span { border-color: rgb(9,64,28); }

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