Html Css Color HEX #311413 Seal Brown

📋 copy color: '#311413'

red 49 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #311413

Tints of Seal Brown #311413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.73%

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

R = 55.68%
G = 22.73%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#311413 (or 0x311413) is known color: Seal Brown. HEX triplet: 31, 14 and 13. RGB value is (49,20,19). Sum of RGB (Red+Green+Blue) = 49+20+19=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311413 is #CEEBEC. Grayscale: #1C1C1C. Windows color (decimal): -13560813 or 1250353. OLE color: 1250353.

HSL color Cylindrical-coordinate representation of color #311413: hue angle of 2º 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 #311413 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 20 19 -
CMYK 0 0.59 0.61 0.81
HSL 0.44% 0.13% -
HSV(B) 0.61% 0.19% -
XYZ 1.63 1.2 0.76 -
YUV 28.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 49 20 19 0 0.59 0.61 0.81 2 0.44 0.13
Hex 31 14 13 0 3B 3D 51 2 2C D
Octal 61 24 23 0 73 75 121 2 54 15
Binary 110001 10100 10011 0 111011 111101 1010001 10 101100 1101

Color Harmonies of #311413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311413

Black with #311413

Text Example


Text Example

White with #311413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311413; }

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

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

background-color css

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

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

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

border-color css

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

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

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