Html Css Color HEX #311412 Seal Brown

📋 copy color: '#311412'

red 49 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #311412

Tints of Seal Brown #311412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.69%

R = 56.32%
G = 22.99%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#311412 (or 0x311412) is known color: Seal Brown. HEX triplet: 31, 14 and 12. RGB value is (49,20,18). Sum of RGB (Red+Green+Blue) = 49+20+18=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #311412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311412 is #CEEBED. Grayscale: #1C1C1C. Windows color (decimal): -13560814 or 1184817. OLE color: 1184817.

HSL color Cylindrical-coordinate representation of color #311412: hue angle of 3.87º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311412 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 20 18 -
CMYK 0 0.59 0.63 0.81
HSL 3.87º 0.46% 0.13% -
HSV(B) 3.87º 0.63% 0.19% -
XYZ 1.63 1.2 0.72 -
YUV 28.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 49 20 18 0 0.59 0.63 0.81 3.87 0.46 0.13
Hex 31 14 12 0 3B 3F 51 4 2E D
Octal 61 24 22 0 73 77 121 4 56 15
Binary 110001 10100 10010 0 111011 111111 1010001 100 101110 1101

Color Harmonies of #311412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311412

Black with #311412

Text Example


Text Example

White with #311412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311412; }

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

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

background-color css

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

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

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

border-color css

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

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

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