Html Css Color HEX #09340F Deep Fir

📋 copy color: '#09340F'

red 9 ◦ green 52 ◦ blue 15

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

Shades of Deep Fir #09340F

Tints of Deep Fir #09340F

RGB

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

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

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

R = 11.84%
G = 68.42%
B = 19.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#09340F (or 0x09340F) is known color: Deep Fir. HEX triplet: 09, 34 and 0F. RGB value is (9,52,15). Sum of RGB (Red+Green+Blue) = 9+52+15=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 52 (20.70% from 255 or 68.42% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 52 - color contains mainly: green. Hex color #09340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09340F is #F6CBF0. Grayscale: #232323. Windows color (decimal): -16174065 or 996361. OLE color: 996361.

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

Color convert

RGB 9 52 15 -
CMYK 0.83 0 0.71 0.80
HSL 128.37º 0.7% 0.12% -
HSV(B) 128.37º 0.83% 0.2% -
XYZ 1.43 2.55 0.87 -
YUV 34.93 116.75 109.51 -
System Red Green Blue C M Y K H S L
Decimal 9 52 15 0.83 0 0.71 0.80 128.37 0.7 0.12
Hex 9 34 F 53 0 47 50 80 46 C
Octal 11 64 17 123 0 107 120 200 106 14
Binary 1001 110100 1111 1010011 0 1000111 1010000 10000000 1000110 1100

Color Harmonies of #09340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09340F

Black with #09340F

Text Example


Text Example

White with #09340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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