Html Css Color HEX #09270F Deep Fir

📋 copy color: '#09270F'

red 9 ◦ green 39 ◦ blue 15

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

Shades of Deep Fir #09270F

Tints of Deep Fir #09270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 61.9%

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

R = 14.29%
G = 61.9%
B = 23.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#09270F (or 0x09270F) is known color: Deep Fir. HEX triplet: 09, 27 and 0F. RGB value is (9,39,15). Sum of RGB (Red+Green+Blue) = 9+39+15=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #09270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09270F is #F6D8F0. Grayscale: #1B1B1B. Windows color (decimal): -16177393 or 993033. OLE color: 993033.

HSL color Cylindrical-coordinate representation of color #09270F: hue angle of 132º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #09270F is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 39 15 -
CMYK 0.77 0 0.62 0.85
HSL 132º 0.63% 0.09% -
HSV(B) 132º 0.77% 0.15% -
XYZ 0.92 1.54 0.7 -
YUV 27.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 9 39 15 0.77 0 0.62 0.85 132 0.63 0.09
Hex 9 27 F 4D 0 3E 55 84 3E 9
Octal 11 47 17 115 0 76 125 204 76 11
Binary 1001 100111 1111 1001101 0 111110 1010101 10000100 111110 1001

Color Harmonies of #09270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09270F

Black with #09270F

Text Example


Text Example

White with #09270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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