Html Css Color HEX #31140B Seal Brown

📋 copy color: '#31140B'

red 49 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #31140B

Tints of Seal Brown #31140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.75%

R = 61.25%
G = 25%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#31140B (or 0x31140B) is known color: Seal Brown. HEX triplet: 31, 14 and 0B. RGB value is (49,20,11). Sum of RGB (Red+Green+Blue) = 49+20+11=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31140B is #CEEBF4. Grayscale: #1B1B1B. Windows color (decimal): -13560821 or 726065. OLE color: 726065.

HSL color Cylindrical-coordinate representation of color #31140B: hue angle of 14.21º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31140B is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 20 11 -
CMYK 0 0.59 0.78 0.81
HSL 14.21º 0.63% 0.12% -
HSV(B) 14.21º 0.78% 0.19% -
XYZ 1.58 1.18 0.46 -
YUV 27.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 49 20 11 0 0.59 0.78 0.81 14.21 0.63 0.12
Hex 31 14 B 0 3B 4E 51 E 3F C
Octal 61 24 13 0 73 116 121 16 77 14
Binary 110001 10100 1011 0 111011 1001110 1010001 1110 111111 1100

Color Harmonies of #31140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31140B

Black with #31140B

Text Example


Text Example

White with #31140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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