Html Css Color HEX #31150E Seal Brown

📋 copy color: '#31150E'

red 49 ◦ green 21 ◦ blue 14

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

Shades of Seal Brown #31150E

Tints of Seal Brown #31150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.67%

R = 58.33%
G = 25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#31150E (or 0x31150E) is known color: Seal Brown. HEX triplet: 31, 15 and 0E. RGB value is (49,21,14). Sum of RGB (Red+Green+Blue) = 49+21+14=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #31150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31150E is #CEEAF1. Grayscale: #1C1C1C. Windows color (decimal): -13560562 or 922929. OLE color: 922929.

HSL color Cylindrical-coordinate representation of color #31150E: hue angle of 12º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31150E is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 21 14 -
CMYK 0 0.57 0.71 0.81
HSL 12º 0.56% 0.12% -
HSV(B) 12º 0.71% 0.19% -
XYZ 1.61 1.22 0.57 -
YUV 28.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 49 21 14 0 0.57 0.71 0.81 12 0.56 0.12
Hex 31 15 E 0 39 47 51 C 38 C
Octal 61 25 16 0 71 107 121 14 70 14
Binary 110001 10101 1110 0 111001 1000111 1010001 1100 111000 1100

Color Harmonies of #31150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31150E

Black with #31150E

Text Example


Text Example

White with #31150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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