Html Css Color HEX #31160E Seal Brown

📋 copy color: '#31160E'

red 49 ◦ green 22 ◦ blue 14

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

Shades of Seal Brown #31160E

Tints of Seal Brown #31160E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.47%

R = 57.65%
G = 25.88%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#31160E (or 0x31160E) is known color: Seal Brown. HEX triplet: 31, 16 and 0E. RGB value is (49,22,14). Sum of RGB (Red+Green+Blue) = 49+22+14=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #31160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31160E is #CEE9F1. Grayscale: #1D1D1D. Windows color (decimal): -13560306 or 923185. OLE color: 923185.

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

Color convert

RGB 49 22 14 -
CMYK 0 0.55 0.71 0.81
HSL 13.71º 0.56% 0.12% -
HSV(B) 13.71º 0.71% 0.19% -
XYZ 1.63 1.26 0.57 -
YUV 29.16 119.45 142.15 -
System Red Green Blue C M Y K H S L
Decimal 49 22 14 0 0.55 0.71 0.81 13.71 0.56 0.12
Hex 31 16 E 0 37 47 51 E 38 C
Octal 61 26 16 0 67 107 121 16 70 14
Binary 110001 10110 1110 0 110111 1000111 1010001 1110 111000 1100

Color Harmonies of #31160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31160E

Black with #31160E

Text Example


Text Example

White with #31160E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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