Html Css Color HEX #31130B Seal Brown

📋 copy color: '#31130B'

red 49 ◦ green 19 ◦ blue 11

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

Shades of Seal Brown #31130B

Tints of Seal Brown #31130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.92%

R = 62.03%
G = 24.05%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#31130B (or 0x31130B) is known color: Seal Brown. HEX triplet: 31, 13 and 0B. RGB value is (49,19,11). Sum of RGB (Red+Green+Blue) = 49+19+11=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31130B is #CEECF4. Grayscale: #1B1B1B. Windows color (decimal): -13561077 or 725809. OLE color: 725809.

HSL color Cylindrical-coordinate representation of color #31130B: hue angle of 12.63º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31130B is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 19 11 -
CMYK 0 0.61 0.78 0.81
HSL 12.63º 0.63% 0.12% -
HSV(B) 12.63º 0.78% 0.19% -
XYZ 1.56 1.14 0.45 -
YUV 27.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 49 19 11 0 0.61 0.78 0.81 12.63 0.63 0.12
Hex 31 13 B 0 3D 4E 51 D 3F C
Octal 61 23 13 0 75 116 121 15 77 14
Binary 110001 10011 1011 0 111101 1001110 1010001 1101 111111 1100

Color Harmonies of #31130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31130B

Black with #31130B

Text Example


Text Example

White with #31130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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