Html Css Color HEX #09320E Deep Fir

📋 copy color: '#09320E'

red 9 ◦ green 50 ◦ blue 14

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

Shades of Deep Fir #09320E

Tints of Deep Fir #09320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 68.49%

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

R = 12.33%
G = 68.49%
B = 19.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.80

RGB Variations

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

Color information

#09320E (or 0x09320E) is known color: Deep Fir. HEX triplet: 09, 32 and 0E. RGB value is (9,50,14). Sum of RGB (Red+Green+Blue) = 9+50+14=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #09320E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09320E is #F6CDF1. Grayscale: #212121. Windows color (decimal): -16174578 or 930313. OLE color: 930313.

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

Color convert

RGB 9 50 14 -
CMYK 0.82 0 0.72 0.80
HSL 127.32º 0.69% 0.12% -
HSV(B) 127.32º 0.82% 0.2% -
XYZ 1.33 2.37 0.8 -
YUV 33.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 9 50 14 0.82 0 0.72 0.80 127.32 0.69 0.12
Hex 9 32 E 52 0 48 50 7F 45 C
Octal 11 62 16 122 0 110 120 177 105 14
Binary 1001 110010 1110 1010010 0 1001000 1010000 1111111 1000101 1100

Color Harmonies of #09320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09320E

Black with #09320E

Text Example


Text Example

White with #09320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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