Html Css Color HEX #092510 Deep Fir

📋 copy color: '#092510'

red 9 ◦ green 37 ◦ blue 16

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

Shades of Deep Fir #092510

Tints of Deep Fir #092510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 59.68%

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

R = 14.52%
G = 59.68%
B = 25.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#092510 (or 0x092510) is known color: Deep Fir. HEX triplet: 09, 25 and 10. RGB value is (9,37,16). Sum of RGB (Red+Green+Blue) = 9+37+16=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #092510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092510 is #F6DAEF. Grayscale: #1A1A1A. Windows color (decimal): -16177904 or 1058057. OLE color: 1058057.

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

Color convert

RGB 9 37 16 -
CMYK 0.76 0 0.57 0.85
HSL 135º 0.61% 0.09% -
HSV(B) 135º 0.76% 0.15% -
XYZ 0.87 1.42 0.72 -
YUV 26.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 9 37 16 0.76 0 0.57 0.85 135 0.61 0.09
Hex 9 25 10 4C 0 39 55 87 3D 9
Octal 11 45 20 114 0 71 125 207 75 11
Binary 1001 100101 10000 1001100 0 111001 1010101 10000111 111101 1001

Color Harmonies of #092510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092510

Black with #092510

Text Example


Text Example

White with #092510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092510; }

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

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

background-color css

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

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

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

border-color css

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

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

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