Html Css Color HEX #311815 Seal Brown

📋 copy color: '#311815'

red 49 ◦ green 24 ◦ blue 21

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

Shades of Seal Brown #311815

Tints of Seal Brown #311815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.34%

R = 52.13%
G = 25.53%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#311815 (or 0x311815) is known color: Seal Brown. HEX triplet: 31, 18 and 15. RGB value is (49,24,21). Sum of RGB (Red+Green+Blue) = 49+24+21=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311815 is #CEE7EA. Grayscale: #1F1F1F. Windows color (decimal): -13559787 or 1382449. OLE color: 1382449.

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

Color convert

RGB 49 24 21 -
CMYK 0 0.51 0.57 0.81
HSL 6.43º 0.4% 0.14% -
HSV(B) 6.43º 0.57% 0.19% -
XYZ 1.73 1.36 0.88 -
YUV 31.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 49 24 21 0 0.51 0.57 0.81 6.43 0.4 0.14
Hex 31 18 15 0 33 39 51 6 28 E
Octal 61 30 25 0 63 71 121 6 50 16
Binary 110001 11000 10101 0 110011 111001 1010001 110 101000 1110

Color Harmonies of #311815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311815

Black with #311815

Text Example


Text Example

White with #311815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311815; }

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

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

background-color css

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

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

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

border-color css

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

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

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