Html Css Color HEX #311512 Seal Brown

📋 copy color: '#311512'

red 49 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #311512

Tints of Seal Brown #311512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.45%

R = 55.68%
G = 23.86%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#311512 (or 0x311512) is known color: Seal Brown. HEX triplet: 31, 15 and 12. RGB value is (49,21,18). Sum of RGB (Red+Green+Blue) = 49+21+18=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311512 is #CEEAED. Grayscale: #1D1D1D. Windows color (decimal): -13560558 or 1185073. OLE color: 1185073.

HSL color Cylindrical-coordinate representation of color #311512: hue angle of 5.81º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311512 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 21 18 -
CMYK 0 0.57 0.63 0.81
HSL 5.81º 0.46% 0.13% -
HSV(B) 5.81º 0.63% 0.19% -
XYZ 1.64 1.23 0.72 -
YUV 29.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 49 21 18 0 0.57 0.63 0.81 5.81 0.46 0.13
Hex 31 15 12 0 39 3F 51 6 2E D
Octal 61 25 22 0 71 77 121 6 56 15
Binary 110001 10101 10010 0 111001 111111 1010001 110 101110 1101

Color Harmonies of #311512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311512

Black with #311512

Text Example


Text Example

White with #311512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311512; }

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

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

background-color css

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

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

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

border-color css

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

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

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