Html Css Color HEX #09421A Deep Fir

📋 copy color: '#09421A'

red 9 ◦ green 66 ◦ blue 26

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

Shades of Deep Fir #09421A

Tints of Deep Fir #09421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 65.35%

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

R = 8.91%
G = 65.35%
B = 25.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#09421A (or 0x09421A) is known color: Deep Fir. HEX triplet: 09, 42 and 1A. RGB value is (9,66,26). Sum of RGB (Red+Green+Blue) = 9+66+26=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #09421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09421A is #F6BDE5. Grayscale: #2C2C2C. Windows color (decimal): -16170470 or 1720841. OLE color: 1720841.

HSL color Cylindrical-coordinate representation of color #09421A: hue angle of 137.89º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09421A is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 26 -
CMYK 0.86 0 0.61 0.74
HSL 137.89º 0.76% 0.15% -
HSV(B) 137.89º 0.86% 0.26% -
XYZ 2.25 4.03 1.64 -
YUV 44.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 9 66 26 0.86 0 0.61 0.74 137.89 0.76 0.15
Hex 9 42 1A 56 0 3D 4A 8A 4C F
Octal 11 102 32 126 0 75 112 212 114 17
Binary 1001 1000010 11010 1010110 0 111101 1001010 10001010 1001100 1111

Color Harmonies of #09421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09421A

Black with #09421A

Text Example


Text Example

White with #09421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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