Html Css Color HEX #31100D Seal Brown

📋 copy color: '#31100D'

red 49 ◦ green 16 ◦ blue 13

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

Shades of Seal Brown #31100D

Tints of Seal Brown #31100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.51%

 BLUE value IS 13 (5.47% from 255) = 16.67%

R = 62.82%
G = 20.51%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#31100D (or 0x31100D) is known color: Seal Brown. HEX triplet: 31, 10 and 0D. RGB value is (49,16,13). Sum of RGB (Red+Green+Blue) = 49+16+13=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #31100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31100D is #CEEFF2. Grayscale: #191919. Windows color (decimal): -13561843 or 856113. OLE color: 856113.

HSL color Cylindrical-coordinate representation of color #31100D: hue angle of 5º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31100D is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 16 13 -
CMYK 0 0.67 0.73 0.81
HSL 0.58% 0.12% -
HSV(B) 0.73% 0.19% -
XYZ 1.52 1.05 0.5 -
YUV 25.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 49 16 13 0 0.67 0.73 0.81 5 0.58 0.12
Hex 31 10 D 0 43 49 51 5 3A C
Octal 61 20 15 0 103 111 121 5 72 14
Binary 110001 10000 1101 0 1000011 1001001 1010001 101 111010 1100

Color Harmonies of #31100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31100D

Black with #31100D

Text Example


Text Example

White with #31100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31100D; }

 p { color: rgb(49,16,13); }

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

background-color css

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

 a { background-color: rgb(49,16,13); }

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

border-color css

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

 span { border-color: rgb(49,16,13); }

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