Html Css Color HEX #09380F Deep Fir

📋 copy color: '#09380F'

red 9 ◦ green 56 ◦ blue 15

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

Shades of Deep Fir #09380F

Tints of Deep Fir #09380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 70%

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

R = 11.25%
G = 70%
B = 18.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#09380F (or 0x09380F) is known color: Deep Fir. HEX triplet: 09, 38 and 0F. RGB value is (9,56,15). Sum of RGB (Red+Green+Blue) = 9+56+15=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 56 (22.27% from 255 or 70% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 56 - color contains mainly: green. Hex color #09380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09380F is #F6C7F0. Grayscale: #252525. Windows color (decimal): -16173041 or 997385. OLE color: 997385.

HSL color Cylindrical-coordinate representation of color #09380F: hue angle of 127.66º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09380F is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 56 15 -
CMYK 0.84 0 0.73 0.78
HSL 127.66º 0.72% 0.13% -
HSV(B) 127.66º 0.84% 0.22% -
XYZ 1.61 2.92 0.93 -
YUV 37.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 9 56 15 0.84 0 0.73 0.78 127.66 0.72 0.13
Hex 9 38 F 54 0 49 4E 80 48 D
Octal 11 70 17 124 0 111 116 200 110 15
Binary 1001 111000 1111 1010100 0 1001001 1001110 10000000 1001000 1101

Color Harmonies of #09380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09380F

Black with #09380F

Text Example


Text Example

White with #09380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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