Html Css Color HEX #311310 Seal Brown

📋 copy color: '#311310'

red 49 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #311310

Tints of Seal Brown #311310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.62%

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

R = 58.33%
G = 22.62%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#311310 (or 0x311310) is known color: Seal Brown. HEX triplet: 31, 13 and 10. RGB value is (49,19,16). Sum of RGB (Red+Green+Blue) = 49+19+16=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #311310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311310 is #CEECEF. Grayscale: #1B1B1B. Windows color (decimal): -13561072 or 1053489. OLE color: 1053489.

HSL color Cylindrical-coordinate representation of color #311310: hue angle of 5.45º 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 #311310 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 19 16 -
CMYK 0 0.61 0.67 0.81
HSL 5.45º 0.51% 0.13% -
HSV(B) 5.45º 0.67% 0.19% -
XYZ 1.59 1.16 0.63 -
YUV 27.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 49 19 16 0 0.61 0.67 0.81 5.45 0.51 0.13
Hex 31 13 10 0 3D 43 51 5 33 D
Octal 61 23 20 0 75 103 121 5 63 15
Binary 110001 10011 10000 0 111101 1000011 1010001 101 110011 1101

Color Harmonies of #311310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311310

Black with #311310

Text Example


Text Example

White with #311310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311310; }

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

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

background-color css

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

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

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

border-color css

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

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

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