Html Css Color HEX #31130C Seal Brown

📋 copy color: '#31130C'

red 49 ◦ green 19 ◦ blue 12

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

Shades of Seal Brown #31130C

Tints of Seal Brown #31130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15%

R = 61.25%
G = 23.75%
B = 15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#31130C (or 0x31130C) is known color: Seal Brown. HEX triplet: 31, 13 and 0C. RGB value is (49,19,12). Sum of RGB (Red+Green+Blue) = 49+19+12=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31130C is #CEECF3. Grayscale: #1B1B1B. Windows color (decimal): -13561076 or 791345. OLE color: 791345.

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

Color convert

RGB 49 19 12 -
CMYK 0 0.61 0.76 0.81
HSL 11.35º 0.61% 0.12% -
HSV(B) 11.35º 0.76% 0.19% -
XYZ 1.57 1.15 0.49 -
YUV 27.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 49 19 12 0 0.61 0.76 0.81 11.35 0.61 0.12
Hex 31 13 C 0 3D 4C 51 B 3D C
Octal 61 23 14 0 75 114 121 13 75 14
Binary 110001 10011 1100 0 111101 1001100 1010001 1011 111101 1100

Color Harmonies of #31130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31130C

Black with #31130C

Text Example


Text Example

White with #31130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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