Html Css Color HEX #093010 Deep Fir

📋 copy color: '#093010'

red 9 ◦ green 48 ◦ blue 16

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

Shades of Deep Fir #093010

Tints of Deep Fir #093010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 65.75%

 BLUE value IS 16 (6.64% from 255) = 21.92%

R = 12.33%
G = 65.75%
B = 21.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#093010 (or 0x093010) is known color: Deep Fir. HEX triplet: 09, 30 and 10. RGB value is (9,48,16). Sum of RGB (Red+Green+Blue) = 9+48+16=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #093010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093010 is #F6CFEF. Grayscale: #202020. Windows color (decimal): -16175088 or 1060873. OLE color: 1060873.

HSL color Cylindrical-coordinate representation of color #093010: hue angle of 130.77º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #093010 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 48 16 -
CMYK 0.81 0 0.67 0.81
HSL 130.77º 0.68% 0.11% -
HSV(B) 130.77º 0.81% 0.19% -
XYZ 1.26 2.21 0.85 -
YUV 32.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 9 48 16 0.81 0 0.67 0.81 130.77 0.68 0.11
Hex 9 30 10 51 0 43 51 83 44 B
Octal 11 60 20 121 0 103 121 203 104 13
Binary 1001 110000 10000 1010001 0 1000011 1010001 10000011 1000100 1011

Color Harmonies of #093010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093010

Black with #093010

Text Example


Text Example

White with #093010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093010; }

 p { color: rgb(9,48,16); }

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

background-color css

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

 a { background-color: rgb(9,48,16); }

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

border-color css

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

 span { border-color: rgb(9,48,16); }

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