Html Css Color HEX #311613 Seal Brown

📋 copy color: '#311613'

red 49 ◦ green 22 ◦ blue 19

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

Shades of Seal Brown #311613

Tints of Seal Brown #311613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.44%

 BLUE value IS 19 (7.81% from 255) = 21.11%

R = 54.44%
G = 24.44%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#311613 (or 0x311613) is known color: Seal Brown. HEX triplet: 31, 16 and 13. RGB value is (49,22,19). Sum of RGB (Red+Green+Blue) = 49+22+19=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311613 is #CEE9EC. Grayscale: #1D1D1D. Windows color (decimal): -13560301 or 1250865. OLE color: 1250865.

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

Color convert

RGB 49 22 19 -
CMYK 0 0.55 0.61 0.81
HSL 0.44% 0.13% -
HSV(B) 0.61% 0.19% -
XYZ 1.67 1.27 0.77 -
YUV 29.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 49 22 19 0 0.55 0.61 0.81 6 0.44 0.13
Hex 31 16 13 0 37 3D 51 6 2C D
Octal 61 26 23 0 67 75 121 6 54 15
Binary 110001 10110 10011 0 110111 111101 1010001 110 101100 1101

Color Harmonies of #311613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311613

Black with #311613

Text Example


Text Example

White with #311613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311613; }

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

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

background-color css

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

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

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

border-color css

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

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

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