Html Css Color HEX #311510 Seal Brown

📋 copy color: '#311510'

red 49 ◦ green 21 ◦ blue 16

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

Shades of Seal Brown #311510

Tints of Seal Brown #311510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.6%

R = 56.98%
G = 24.42%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#311510 (or 0x311510) is known color: Seal Brown. HEX triplet: 31, 15 and 10. RGB value is (49,21,16). Sum of RGB (Red+Green+Blue) = 49+21+16=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #311510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311510 is #CEEAEF. Grayscale: #1C1C1C. Windows color (decimal): -13560560 or 1054001. OLE color: 1054001.

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

Color convert

RGB 49 21 16 -
CMYK 0 0.57 0.67 0.81
HSL 9.09º 0.51% 0.13% -
HSV(B) 9.09º 0.67% 0.19% -
XYZ 1.63 1.23 0.64 -
YUV 28.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 49 21 16 0 0.57 0.67 0.81 9.09 0.51 0.13
Hex 31 15 10 0 39 43 51 9 33 D
Octal 61 25 20 0 71 103 121 11 63 15
Binary 110001 10101 10000 0 111001 1000011 1010001 1001 110011 1101

Color Harmonies of #311510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311510

Black with #311510

Text Example


Text Example

White with #311510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311510; }

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

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

background-color css

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

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

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

border-color css

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

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

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