Html Css Color HEX #09350F Deep Fir

📋 copy color: '#09350F'

red 9 ◦ green 53 ◦ blue 15

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

Shades of Deep Fir #09350F

Tints of Deep Fir #09350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 68.83%

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

R = 11.69%
G = 68.83%
B = 19.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#09350F (or 0x09350F) is known color: Deep Fir. HEX triplet: 09, 35 and 0F. RGB value is (9,53,15). Sum of RGB (Red+Green+Blue) = 9+53+15=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 53 (21.09% from 255 or 68.83% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 53 - color contains mainly: green. Hex color #09350F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09350F is #F6CAF0. Grayscale: #232323. Windows color (decimal): -16173809 or 996617. OLE color: 996617.

HSL color Cylindrical-coordinate representation of color #09350F: hue angle of 128.18º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09350F is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 53 15 -
CMYK 0.83 0 0.72 0.79
HSL 128.18º 0.71% 0.12% -
HSV(B) 128.18º 0.83% 0.21% -
XYZ 1.47 2.64 0.88 -
YUV 35.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 9 53 15 0.83 0 0.72 0.79 128.18 0.71 0.12
Hex 9 35 F 53 0 48 4F 80 47 C
Octal 11 65 17 123 0 110 117 200 107 14
Binary 1001 110101 1111 1010011 0 1001000 1001111 10000000 1000111 1100

Color Harmonies of #09350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09350F

Black with #09350F

Text Example


Text Example

White with #09350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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