Html Css Color HEX #311813 Seal Brown

📋 copy color: '#311813'

red 49 ◦ green 24 ◦ blue 19

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

Shades of Seal Brown #311813

Tints of Seal Brown #311813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.09%

 BLUE value IS 19 (7.81% from 255) = 20.65%

R = 53.26%
G = 26.09%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#311813 (or 0x311813) is known color: Seal Brown. HEX triplet: 31, 18 and 13. RGB value is (49,24,19). Sum of RGB (Red+Green+Blue) = 49+24+19=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311813 is #CEE7EC. Grayscale: #1E1E1E. Windows color (decimal): -13559789 or 1251377. OLE color: 1251377.

HSL color Cylindrical-coordinate representation of color #311813: hue angle of 10º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311813 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 24 19 -
CMYK 0 0.51 0.61 0.81
HSL 10º 0.44% 0.13% -
HSV(B) 10º 0.61% 0.19% -
XYZ 1.71 1.35 0.79 -
YUV 30.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 49 24 19 0 0.51 0.61 0.81 10 0.44 0.13
Hex 31 18 13 0 33 3D 51 A 2C D
Octal 61 30 23 0 63 75 121 12 54 15
Binary 110001 11000 10011 0 110011 111101 1010001 1010 101100 1101

Color Harmonies of #311813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311813

Black with #311813

Text Example


Text Example

White with #311813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311813; }

 p { color: rgb(49,24,19); }

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

background-color css

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

 a { background-color: rgb(49,24,19); }

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

border-color css

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

 span { border-color: rgb(49,24,19); }

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