Html Css Color HEX #09330F Deep Fir

📋 copy color: '#09330F'

red 9 ◦ green 51 ◦ blue 15

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

Shades of Deep Fir #09330F

Tints of Deep Fir #09330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 68%

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

R = 12%
G = 68%
B = 20%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#09330F (or 0x09330F) is known color: Deep Fir. HEX triplet: 09, 33 and 0F. RGB value is (9,51,15). Sum of RGB (Red+Green+Blue) = 9+51+15=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #09330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09330F is #F6CCF0. Grayscale: #222222. Windows color (decimal): -16174321 or 996105. OLE color: 996105.

HSL color Cylindrical-coordinate representation of color #09330F: hue angle of 128.57º degrees, saturation: 0.7, 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 #09330F is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB 9 51 15 -
CMYK 0.82 0 0.71 0.8
HSL 128.57º 0.7% 0.12% -
HSV(B) 128.57º 0.82% 0.2% -
XYZ 1.38 2.46 0.85 -
YUV 34.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 9 51 15 0.82 0 0.71 0.8 128.57 0.7 0.12
Hex 9 33 F 52 0 47 50 81 46 C
Octal 11 63 17 122 0 107 120 201 106 14
Binary 1001 110011 1111 1010010 0 1000111 1010000 10000001 1000110 1100

Color Harmonies of #09330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09330F

Black with #09330F

Text Example


Text Example

White with #09330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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