Html Css Color HEX #31130D Seal Brown

📋 copy color: '#31130D'

red 49 ◦ green 19 ◦ blue 13

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

Shades of Seal Brown #31130D

Tints of Seal Brown #31130D

RGB

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

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

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

R = 60.49%
G = 23.46%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#31130D (or 0x31130D) is known color: Seal Brown. HEX triplet: 31, 13 and 0D. RGB value is (49,19,13). Sum of RGB (Red+Green+Blue) = 49+19+13=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31130D is #CEECF2. Grayscale: #1B1B1B. Windows color (decimal): -13561075 or 856881. OLE color: 856881.

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

Color convert

RGB 49 19 13 -
CMYK 0 0.61 0.73 0.81
HSL 10º 0.58% 0.12% -
HSV(B) 10º 0.73% 0.19% -
XYZ 1.57 1.15 0.52 -
YUV 27.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 49 19 13 0 0.61 0.73 0.81 10 0.58 0.12
Hex 31 13 D 0 3D 49 51 A 3A C
Octal 61 23 15 0 75 111 121 12 72 14
Binary 110001 10011 1101 0 111101 1001001 1010001 1010 111010 1100

Color Harmonies of #31130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31130D

Black with #31130D

Text Example


Text Example

White with #31130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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