Html Css Color HEX #311611 Seal Brown

📋 copy color: '#311611'

red 49 ◦ green 22 ◦ blue 17

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

Shades of Seal Brown #311611

Tints of Seal Brown #311611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25%

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

R = 55.68%
G = 25%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#311611 (or 0x311611) is known color: Seal Brown. HEX triplet: 31, 16 and 11. RGB value is (49,22,17). Sum of RGB (Red+Green+Blue) = 49+22+17=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311611 is #CEE9EE. Grayscale: #1D1D1D. Windows color (decimal): -13560303 or 1119793. OLE color: 1119793.

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

Color convert

RGB 49 22 17 -
CMYK 0 0.55 0.65 0.81
HSL 9.38º 0.48% 0.13% -
HSV(B) 9.38º 0.65% 0.19% -
XYZ 1.65 1.27 0.69 -
YUV 29.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 49 22 17 0 0.55 0.65 0.81 9.38 0.48 0.13
Hex 31 16 11 0 37 41 51 9 30 D
Octal 61 26 21 0 67 101 121 11 60 15
Binary 110001 10110 10001 0 110111 1000001 1010001 1001 110000 1101

Color Harmonies of #311611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311611

Black with #311611

Text Example


Text Example

White with #311611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311611; }

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

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

background-color css

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

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

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

border-color css

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

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

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