Html Css Color HEX #09401A Deep Fir

📋 copy color: '#09401A'

red 9 ◦ green 64 ◦ blue 26

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

Shades of Deep Fir #09401A

Tints of Deep Fir #09401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26.26%

R = 9.09%
G = 64.65%
B = 26.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#09401A (or 0x09401A) is known color: Deep Fir. HEX triplet: 09, 40 and 1A. RGB value is (9,64,26). Sum of RGB (Red+Green+Blue) = 9+64+26=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #09401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09401A is #F6BFE5. Grayscale: #2B2B2B. Windows color (decimal): -16170982 or 1720329. OLE color: 1720329.

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

Color convert

RGB 9 64 26 -
CMYK 0.86 0 0.59 0.75
HSL 138.55º 0.75% 0.14% -
HSV(B) 138.55º 0.86% 0.25% -
XYZ 2.13 3.8 1.6 -
YUV 43.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 9 64 26 0.86 0 0.59 0.75 138.55 0.75 0.14
Hex 9 40 1A 56 0 3B 4B 8B 4B E
Octal 11 100 32 126 0 73 113 213 113 16
Binary 1001 1000000 11010 1010110 0 111011 1001011 10001011 1001011 1110

Color Harmonies of #09401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09401A

Black with #09401A

Text Example


Text Example

White with #09401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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