Html Css Color HEX #311811 Seal Brown

📋 copy color: '#311811'

red 49 ◦ green 24 ◦ blue 17

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

Shades of Seal Brown #311811

Tints of Seal Brown #311811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 18.89%

R = 54.44%
G = 26.67%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#311811 (or 0x311811) is known color: Seal Brown. HEX triplet: 31, 18 and 11. RGB value is (49,24,17). Sum of RGB (Red+Green+Blue) = 49+24+17=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311811 is #CEE7EE. Grayscale: #1E1E1E. Windows color (decimal): -13559791 or 1120305. OLE color: 1120305.

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

Color convert

RGB 49 24 17 -
CMYK 0 0.51 0.65 0.81
HSL 13.13º 0.48% 0.13% -
HSV(B) 13.13º 0.65% 0.19% -
XYZ 1.69 1.35 0.7 -
YUV 30.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 49 24 17 0 0.51 0.65 0.81 13.13 0.48 0.13
Hex 31 18 11 0 33 41 51 D 30 D
Octal 61 30 21 0 63 101 121 15 60 15
Binary 110001 11000 10001 0 110011 1000001 1010001 1101 110000 1101

Color Harmonies of #311811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311811

Black with #311811

Text Example


Text Example

White with #311811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311811; }

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

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

background-color css

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

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

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

border-color css

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

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

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