Html Css Color HEX #311109 Seal Brown

📋 copy color: '#311109'

red 49 ◦ green 17 ◦ blue 9

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

Shades of Seal Brown #311109

Tints of Seal Brown #311109

RGB

 RED value IS 49 (19.53% from 255) = 65.33%

 GREEN value IS 17 (7.03% from 255) = 22.67%

 BLUE value IS 9 (3.91% from 255) = 12%

R = 65.33%
G = 22.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#311109 (or 0x311109) is known color: Seal Brown. HEX triplet: 31, 11 and 09. RGB value is (49,17,9). Sum of RGB (Red+Green+Blue) = 49+17+9=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #311109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311109 is #CEEEF6. Grayscale: #191919. Windows color (decimal): -13561591 or 594225. OLE color: 594225.

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

Color convert

RGB 49 17 9 -
CMYK 0 0.65 0.82 0.81
HSL 12º 0.69% 0.11% -
HSV(B) 12º 0.82% 0.19% -
XYZ 1.52 1.07 0.39 -
YUV 25.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 49 17 9 0 0.65 0.82 0.81 12 0.69 0.11
Hex 31 11 9 0 41 52 51 C 45 B
Octal 61 21 11 0 101 122 121 14 105 13
Binary 110001 10001 1001 0 1000001 1010010 1010001 1100 1000101 1011

Color Harmonies of #311109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311109

Black with #311109

Text Example


Text Example

White with #311109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311109; }

 p { color: rgb(49,17,9); }

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

background-color css

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

 a { background-color: rgb(49,17,9); }

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

border-color css

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

 span { border-color: rgb(49,17,9); }

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