Html Css Color HEX #09461E Deep Fir

📋 copy color: '#09461E'

red 9 ◦ green 70 ◦ blue 30

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

Shades of Deep Fir #09461E

Tints of Deep Fir #09461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 64.22%

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

R = 8.26%
G = 64.22%
B = 27.52%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#09461E (or 0x09461E) is known color: Deep Fir. HEX triplet: 09, 46 and 1E. RGB value is (9,70,30). Sum of RGB (Red+Green+Blue) = 9+70+30=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 70 (27.73% from 255 or 64.22% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 70 - color contains mainly: green. Hex color #09461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09461E is #F6B9E1. Grayscale: #2F2F2F. Windows color (decimal): -16169442 or 1984009. OLE color: 1984009.

HSL color Cylindrical-coordinate representation of color #09461E: hue angle of 140.66º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09461E is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 70 30 -
CMYK 0.87 0 0.57 0.73
HSL 140.66º 0.77% 0.15% -
HSV(B) 140.66º 0.87% 0.27% -
XYZ 2.54 4.53 1.97 -
YUV 47.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 9 70 30 0.87 0 0.57 0.73 140.66 0.77 0.15
Hex 9 46 1E 57 0 39 49 8D 4D F
Octal 11 106 36 127 0 71 111 215 115 17
Binary 1001 1000110 11110 1010111 0 111001 1001001 10001101 1001101 1111

Color Harmonies of #09461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09461E

Black with #09461E

Text Example


Text Example

White with #09461E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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