Html Css Color HEX #09421E Deep Fir

📋 copy color: '#09421E'

red 9 ◦ green 66 ◦ blue 30

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

Shades of Deep Fir #09421E

Tints of Deep Fir #09421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.57%

R = 8.57%
G = 62.86%
B = 28.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#09421E (or 0x09421E) is known color: Deep Fir. HEX triplet: 09, 42 and 1E. RGB value is (9,66,30). Sum of RGB (Red+Green+Blue) = 9+66+30=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #09421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09421E is #F6BDE1. Grayscale: #2C2C2C. Windows color (decimal): -16170466 or 1982985. OLE color: 1982985.

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

Color convert

RGB 9 66 30 -
CMYK 0.86 0 0.55 0.74
HSL 142.11º 0.76% 0.15% -
HSV(B) 142.11º 0.86% 0.26% -
XYZ 2.3 4.05 1.89 -
YUV 44.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 9 66 30 0.86 0 0.55 0.74 142.11 0.76 0.15
Hex 9 42 1E 56 0 37 4A 8E 4C F
Octal 11 102 36 126 0 67 112 216 114 17
Binary 1001 1000010 11110 1010110 0 110111 1001010 10001110 1001100 1111

Color Harmonies of #09421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09421E

Black with #09421E

Text Example


Text Example

White with #09421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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