Html Css Color HEX #31120C Seal Brown

📋 copy color: '#31120C'

red 49 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #31120C

Tints of Seal Brown #31120C

RGB

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

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

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

R = 62.03%
G = 22.78%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#31120C (or 0x31120C) is known color: Seal Brown. HEX triplet: 31, 12 and 0C. RGB value is (49,18,12). Sum of RGB (Red+Green+Blue) = 49+18+12=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31120C is #CEEDF3. Grayscale: #1A1A1A. Windows color (decimal): -13561332 or 791089. OLE color: 791089.

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

Color convert

RGB 49 18 12 -
CMYK 0 0.63 0.76 0.81
HSL 9.73º 0.61% 0.12% -
HSV(B) 9.73º 0.76% 0.19% -
XYZ 1.55 1.11 0.48 -
YUV 26.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 49 18 12 0 0.63 0.76 0.81 9.73 0.61 0.12
Hex 31 12 C 0 3F 4C 51 A 3D C
Octal 61 22 14 0 77 114 121 12 75 14
Binary 110001 10010 1100 0 111111 1001100 1010001 1010 111101 1100

Color Harmonies of #31120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31120C

Black with #31120C

Text Example


Text Example

White with #31120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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