Html Css Color HEX #09320F Deep Fir

📋 copy color: '#09320F'

red 9 ◦ green 50 ◦ blue 15

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

Shades of Deep Fir #09320F

Tints of Deep Fir #09320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 20.27%

R = 12.16%
G = 67.57%
B = 20.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.80

RGB Variations

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

Color information

#09320F (or 0x09320F) is known color: Deep Fir. HEX triplet: 09, 32 and 0F. RGB value is (9,50,15). Sum of RGB (Red+Green+Blue) = 9+50+15=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #09320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09320F is #F6CDF0. Grayscale: #212121. Windows color (decimal): -16174577 or 995849. OLE color: 995849.

HSL color Cylindrical-coordinate representation of color #09320F: hue angle of 128.78º 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 #09320F is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 50 15 -
CMYK 0.82 0 0.70 0.80
HSL 128.78º 0.69% 0.12% -
HSV(B) 128.78º 0.82% 0.2% -
XYZ 1.34 2.37 0.84 -
YUV 33.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 9 50 15 0.82 0 0.70 0.80 128.78 0.69 0.12
Hex 9 32 F 52 0 46 50 81 45 C
Octal 11 62 17 122 0 106 120 201 105 14
Binary 1001 110010 1111 1010010 0 1000110 1010000 10000001 1000101 1100

Color Harmonies of #09320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09320F

Black with #09320F

Text Example


Text Example

White with #09320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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