Html Css Color HEX #31150D Seal Brown

📋 copy color: '#31150D'

red 49 ◦ green 21 ◦ blue 13

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

Shades of Seal Brown #31150D

Tints of Seal Brown #31150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.3%

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

R = 59.04%
G = 25.3%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#31150D (or 0x31150D) is known color: Seal Brown. HEX triplet: 31, 15 and 0D. RGB value is (49,21,13). Sum of RGB (Red+Green+Blue) = 49+21+13=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #31150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31150D is #CEEAF2. Grayscale: #1C1C1C. Windows color (decimal): -13560563 or 857393. OLE color: 857393.

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

Color convert

RGB 49 21 13 -
CMYK 0 0.57 0.73 0.81
HSL 13.33º 0.58% 0.12% -
HSV(B) 13.33º 0.73% 0.19% -
XYZ 1.61 1.22 0.53 -
YUV 28.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 49 21 13 0 0.57 0.73 0.81 13.33 0.58 0.12
Hex 31 15 D 0 39 49 51 D 3A C
Octal 61 25 15 0 71 111 121 15 72 14
Binary 110001 10101 1101 0 111001 1001001 1010001 1101 111010 1100

Color Harmonies of #31150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31150D

Black with #31150D

Text Example


Text Example

White with #31150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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