Html Css Color HEX #09340E Deep Fir

📋 copy color: '#09340E'

red 9 ◦ green 52 ◦ blue 14

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

Shades of Deep Fir #09340E

Tints of Deep Fir #09340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 69.33%

 BLUE value IS 14 (5.86% from 255) = 18.67%

R = 12%
G = 69.33%
B = 18.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#09340E (or 0x09340E) is known color: Deep Fir. HEX triplet: 09, 34 and 0E. RGB value is (9,52,14). Sum of RGB (Red+Green+Blue) = 9+52+14=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #09340E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09340E is #F6CBF1. Grayscale: #222222. Windows color (decimal): -16174066 or 930825. OLE color: 930825.

HSL color Cylindrical-coordinate representation of color #09340E: hue angle of 126.98º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09340E is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 14 -
CMYK 0.83 0 0.73 0.80
HSL 126.98º 0.7% 0.12% -
HSV(B) 126.98º 0.83% 0.2% -
XYZ 1.42 2.55 0.83 -
YUV 34.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 9 52 14 0.83 0 0.73 0.80 126.98 0.7 0.12
Hex 9 34 E 53 0 49 50 7F 46 C
Octal 11 64 16 123 0 111 120 177 106 14
Binary 1001 110100 1110 1010011 0 1001001 1010000 1111111 1000110 1100

Color Harmonies of #09340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09340E

Black with #09340E

Text Example


Text Example

White with #09340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,52,14); }

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

background-color css

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

 a { background-color: rgb(9,52,14); }

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

border-color css

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

 span { border-color: rgb(9,52,14); }

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