Html Css Color HEX #31150C Seal Brown

📋 copy color: '#31150C'

red 49 ◦ green 21 ◦ blue 12

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

Shades of Seal Brown #31150C

Tints of Seal Brown #31150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.63%

R = 59.76%
G = 25.61%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#31150C (or 0x31150C) is known color: Seal Brown. HEX triplet: 31, 15 and 0C. RGB value is (49,21,12). Sum of RGB (Red+Green+Blue) = 49+21+12=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31150C is #CEEAF3. Grayscale: #1C1C1C. Windows color (decimal): -13560564 or 791857. OLE color: 791857.

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

Color convert

RGB 49 21 12 -
CMYK 0 0.57 0.76 0.81
HSL 14.59º 0.61% 0.12% -
HSV(B) 14.59º 0.76% 0.19% -
XYZ 1.6 1.22 0.5 -
YUV 28.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 49 21 12 0 0.57 0.76 0.81 14.59 0.61 0.12
Hex 31 15 C 0 39 4C 51 F 3D C
Octal 61 25 14 0 71 114 121 17 75 14
Binary 110001 10101 1100 0 111001 1001100 1010001 1111 111101 1100

Color Harmonies of #31150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31150C

Black with #31150C

Text Example


Text Example

White with #31150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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