Html Css Color HEX #31120B Seal Brown

📋 copy color: '#31120B'

red 49 ◦ green 18 ◦ blue 11

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

Shades of Seal Brown #31120B

Tints of Seal Brown #31120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.08%

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

R = 62.82%
G = 23.08%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#31120B (or 0x31120B) is known color: Seal Brown. HEX triplet: 31, 12 and 0B. RGB value is (49,18,11). Sum of RGB (Red+Green+Blue) = 49+18+11=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #31120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31120B is #CEEDF4. Grayscale: #1A1A1A. Windows color (decimal): -13561333 or 725553. OLE color: 725553.

HSL color Cylindrical-coordinate representation of color #31120B: hue angle of 11.05º 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 #31120B is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 18 11 -
CMYK 0 0.63 0.78 0.81
HSL 11.05º 0.63% 0.12% -
HSV(B) 11.05º 0.78% 0.19% -
XYZ 1.54 1.11 0.45 -
YUV 26.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 49 18 11 0 0.63 0.78 0.81 11.05 0.63 0.12
Hex 31 12 B 0 3F 4E 51 B 3F C
Octal 61 22 13 0 77 116 121 13 77 14
Binary 110001 10010 1011 0 111111 1001110 1010001 1011 111111 1100

Color Harmonies of #31120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31120B

Black with #31120B

Text Example


Text Example

White with #31120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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