Html Css Color HEX #31140E Seal Brown

📋 copy color: '#31140E'

red 49 ◦ green 20 ◦ blue 14

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

Shades of Seal Brown #31140E

Tints of Seal Brown #31140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.1%

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

R = 59.04%
G = 24.1%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#31140E (or 0x31140E) is known color: Seal Brown. HEX triplet: 31, 14 and 0E. RGB value is (49,20,14). Sum of RGB (Red+Green+Blue) = 49+20+14=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #31140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31140E is #CEEBF1. Grayscale: #1C1C1C. Windows color (decimal): -13560818 or 922673. OLE color: 922673.

HSL color Cylindrical-coordinate representation of color #31140E: hue angle of 10.29º 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 #31140E is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 20 14 -
CMYK 0 0.59 0.71 0.81
HSL 10.29º 0.56% 0.12% -
HSV(B) 10.29º 0.71% 0.19% -
XYZ 1.6 1.18 0.56 -
YUV 27.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 49 20 14 0 0.59 0.71 0.81 10.29 0.56 0.12
Hex 31 14 E 0 3B 47 51 A 38 C
Octal 61 24 16 0 73 107 121 12 70 14
Binary 110001 10100 1110 0 111011 1000111 1010001 1010 111000 1100

Color Harmonies of #31140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31140E

Black with #31140E

Text Example


Text Example

White with #31140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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