Html Css Color HEX #09401D Deep Fir

📋 copy color: '#09401D'

red 9 ◦ green 64 ◦ blue 29

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

Shades of Deep Fir #09401D

Tints of Deep Fir #09401D

RGB

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

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

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

R = 8.82%
G = 62.75%
B = 28.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#09401D (or 0x09401D) is known color: Deep Fir. HEX triplet: 09, 40 and 1D. RGB value is (9,64,29). Sum of RGB (Red+Green+Blue) = 9+64+29=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #09401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09401D is #F6BFE2. Grayscale: #2B2B2B. Windows color (decimal): -16170979 or 1916937. OLE color: 1916937.

HSL color Cylindrical-coordinate representation of color #09401D: hue angle of 141.82º 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 #09401D is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 64 29 -
CMYK 0.86 0 0.55 0.75
HSL 141.82º 0.75% 0.14% -
HSV(B) 141.82º 0.86% 0.25% -
XYZ 2.17 3.81 1.78 -
YUV 43.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 9 64 29 0.86 0 0.55 0.75 141.82 0.75 0.14
Hex 9 40 1D 56 0 37 4B 8E 4B E
Octal 11 100 35 126 0 67 113 216 113 16
Binary 1001 1000000 11101 1010110 0 110111 1001011 10001110 1001011 1110

Color Harmonies of #09401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09401D

Black with #09401D

Text Example


Text Example

White with #09401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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