Html Css Color HEX #31160D Seal Brown

📋 copy color: '#31160D'

red 49 ◦ green 22 ◦ blue 13

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

Shades of Seal Brown #31160D

Tints of Seal Brown #31160D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 15.48%

R = 58.33%
G = 26.19%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#31160D (or 0x31160D) is known color: Seal Brown. HEX triplet: 31, 16 and 0D. RGB value is (49,22,13). Sum of RGB (Red+Green+Blue) = 49+22+13=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #31160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31160D is #CEE9F2. Grayscale: #1D1D1D. Windows color (decimal): -13560307 or 857649. OLE color: 857649.

HSL color Cylindrical-coordinate representation of color #31160D: hue angle of 15º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31160D is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 22 13 -
CMYK 0 0.55 0.73 0.81
HSL 15º 0.58% 0.12% -
HSV(B) 15º 0.73% 0.19% -
XYZ 1.63 1.26 0.54 -
YUV 29.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 49 22 13 0 0.55 0.73 0.81 15 0.58 0.12
Hex 31 16 D 0 37 49 51 F 3A C
Octal 61 26 15 0 67 111 121 17 72 14
Binary 110001 10110 1101 0 110111 1001001 1010001 1111 111010 1100

Color Harmonies of #31160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31160D

Black with #31160D

Text Example


Text Example

White with #31160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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