Html Css Color HEX #311812 Seal Brown

📋 copy color: '#311812'

red 49 ◦ green 24 ◦ blue 18

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

Shades of Seal Brown #311812

Tints of Seal Brown #311812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.37%

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

R = 53.85%
G = 26.37%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#311812 (or 0x311812) is known color: Seal Brown. HEX triplet: 31, 18 and 12. RGB value is (49,24,18). Sum of RGB (Red+Green+Blue) = 49+24+18=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #311812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311812 is #CEE7ED. Grayscale: #1E1E1E. Windows color (decimal): -13559790 or 1185841. OLE color: 1185841.

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

Color convert

RGB 49 24 18 -
CMYK 0 0.51 0.63 0.81
HSL 11.61º 0.46% 0.13% -
HSV(B) 11.61º 0.63% 0.19% -
XYZ 1.7 1.35 0.74 -
YUV 30.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 49 24 18 0 0.51 0.63 0.81 11.61 0.46 0.13
Hex 31 18 12 0 33 3F 51 C 2E D
Octal 61 30 22 0 63 77 121 14 56 15
Binary 110001 11000 10010 0 110011 111111 1010001 1100 101110 1101

Color Harmonies of #311812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311812

Black with #311812

Text Example


Text Example

White with #311812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311812; }

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

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

background-color css

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

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

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

border-color css

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

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

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