Html Css Color HEX #092612 Deep Fir

📋 copy color: '#092612'

red 9 ◦ green 38 ◦ blue 18

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

Shades of Deep Fir #092612

Tints of Deep Fir #092612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 58.46%

 BLUE value IS 18 (7.42% from 255) = 27.69%

R = 13.85%
G = 58.46%
B = 27.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#092612 (or 0x092612) is known color: Deep Fir. HEX triplet: 09, 26 and 12. RGB value is (9,38,18). Sum of RGB (Red+Green+Blue) = 9+38+18=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #092612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092612 is #F6D9ED. Grayscale: #1B1B1B. Windows color (decimal): -16177646 or 1189385. OLE color: 1189385.

HSL color Cylindrical-coordinate representation of color #092612: hue angle of 138.62º degrees, saturation: 0.62, 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 #092612 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 38 18 -
CMYK 0.76 0 0.53 0.85
HSL 138.62º 0.62% 0.09% -
HSV(B) 138.62º 0.76% 0.15% -
XYZ 0.91 1.49 0.81 -
YUV 27.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 9 38 18 0.76 0 0.53 0.85 138.62 0.62 0.09
Hex 9 26 12 4C 0 35 55 8B 3E 9
Octal 11 46 22 114 0 65 125 213 76 11
Binary 1001 100110 10010 1001100 0 110101 1010101 10001011 111110 1001

Color Harmonies of #092612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092612

Black with #092612

Text Example


Text Example

White with #092612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092612; }

 p { color: rgb(9,38,18); }

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

background-color css

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

 a { background-color: rgb(9,38,18); }

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

border-color css

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

 span { border-color: rgb(9,38,18); }

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