Html Css Color HEX #311311 Seal Brown

📋 copy color: '#311311'

red 49 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #311311

Tints of Seal Brown #311311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.35%

 BLUE value IS 17 (7.03% from 255) = 20%

R = 57.65%
G = 22.35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#311311 (or 0x311311) is known color: Seal Brown. HEX triplet: 31, 13 and 11. RGB value is (49,19,17). Sum of RGB (Red+Green+Blue) = 49+19+17=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #311311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311311 is #CEECEE. Grayscale: #1B1B1B. Windows color (decimal): -13561071 or 1119025. OLE color: 1119025.

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

Color convert

RGB 49 19 17 -
CMYK 0 0.61 0.65 0.81
HSL 3.75º 0.48% 0.13% -
HSV(B) 3.75º 0.65% 0.19% -
XYZ 1.6 1.16 0.67 -
YUV 27.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 49 19 17 0 0.61 0.65 0.81 3.75 0.48 0.13
Hex 31 13 11 0 3D 41 51 4 30 D
Octal 61 23 21 0 75 101 121 4 60 15
Binary 110001 10011 10001 0 111101 1000001 1010001 100 110000 1101

Color Harmonies of #311311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311311

Black with #311311

Text Example


Text Example

White with #311311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311311; }

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

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

background-color css

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

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

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

border-color css

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

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

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