Html Css Color HEX #31140C Seal Brown

📋 copy color: '#31140C'

red 49 ◦ green 20 ◦ blue 12

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

Shades of Seal Brown #31140C

Tints of Seal Brown #31140C

RGB

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

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

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

R = 60.49%
G = 24.69%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#31140C (or 0x31140C) is known color: Seal Brown. HEX triplet: 31, 14 and 0C. RGB value is (49,20,12). Sum of RGB (Red+Green+Blue) = 49+20+12=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31140C is #CEEBF3. Grayscale: #1B1B1B. Windows color (decimal): -13560820 or 791601. OLE color: 791601.

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

Color convert

RGB 49 20 12 -
CMYK 0 0.59 0.76 0.81
HSL 12.97º 0.61% 0.12% -
HSV(B) 12.97º 0.76% 0.19% -
XYZ 1.58 1.18 0.49 -
YUV 27.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 49 20 12 0 0.59 0.76 0.81 12.97 0.61 0.12
Hex 31 14 C 0 3B 4C 51 D 3D C
Octal 61 24 14 0 73 114 121 15 75 14
Binary 110001 10100 1100 0 111011 1001100 1010001 1101 111101 1100

Color Harmonies of #31140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31140C

Black with #31140C

Text Example


Text Example

White with #31140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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