Html Css Color HEX #31140D Seal Brown

📋 copy color: '#31140D'

red 49 ◦ green 20 ◦ blue 13

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

Shades of Seal Brown #31140D

Tints of Seal Brown #31140D

RGB

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

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

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

R = 59.76%
G = 24.39%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#31140D (or 0x31140D) is known color: Seal Brown. HEX triplet: 31, 14 and 0D. RGB value is (49,20,13). Sum of RGB (Red+Green+Blue) = 49+20+13=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31140D is #CEEBF2. Grayscale: #1B1B1B. Windows color (decimal): -13560819 or 857137. OLE color: 857137.

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

Color convert

RGB 49 20 13 -
CMYK 0 0.59 0.73 0.81
HSL 11.67º 0.58% 0.12% -
HSV(B) 11.67º 0.73% 0.19% -
XYZ 1.59 1.18 0.53 -
YUV 27.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 49 20 13 0 0.59 0.73 0.81 11.67 0.58 0.12
Hex 31 14 D 0 3B 49 51 C 3A C
Octal 61 24 15 0 73 111 121 14 72 14
Binary 110001 10100 1101 0 111011 1001001 1010001 1100 111010 1100

Color Harmonies of #31140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31140D

Black with #31140D

Text Example


Text Example

White with #31140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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