Html Css Color HEX #31130A Seal Brown

📋 copy color: '#31130A'

red 49 ◦ green 19 ◦ blue 10

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

Shades of Seal Brown #31130A

Tints of Seal Brown #31130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.36%

 BLUE value IS 10 (4.3% from 255) = 12.82%

R = 62.82%
G = 24.36%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#31130A (or 0x31130A) is known color: Seal Brown. HEX triplet: 31, 13 and 0A. RGB value is (49,19,10). Sum of RGB (Red+Green+Blue) = 49+19+10=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #31130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31130A is #CEECF5. Grayscale: #1B1B1B. Windows color (decimal): -13561078 or 660273. OLE color: 660273.

HSL color Cylindrical-coordinate representation of color #31130A: hue angle of 13.85º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31130A is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 19 10 -
CMYK 0 0.61 0.80 0.81
HSL 13.85º 0.66% 0.12% -
HSV(B) 13.85º 0.8% 0.19% -
XYZ 1.55 1.14 0.43 -
YUV 26.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 49 19 10 0 0.61 0.80 0.81 13.85 0.66 0.12
Hex 31 13 A 0 3D 50 51 E 42 C
Octal 61 23 12 0 75 120 121 16 102 14
Binary 110001 10011 1010 0 111101 1010000 1010001 1110 1000010 1100

Color Harmonies of #31130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31130A

Black with #31130A

Text Example


Text Example

White with #31130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31130A; }

 p { color: rgb(49,19,10); }

 H1.HeaderClassName
 {
   color: #31130A;
 }
 .AnyTagClassName
 {
   color: #31130A;
 }
</style>

background-color css

<style>
 a { background-color: #31130A; }

 a { background-color: rgb(49,19,10); }

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

border-color css

<style>
 span { border-color: #31130A; }

 span { border-color: rgb(49,19,10); }

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