Html Css Color HEX #311106 Seal Brown

📋 copy color: '#311106'

red 49 ◦ green 17 ◦ blue 6

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

Shades of Seal Brown #311106

Tints of Seal Brown #311106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.61%

 BLUE value IS 6 (2.73% from 255) = 8.33%

R = 68.06%
G = 23.61%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#311106 (or 0x311106) is known color: Seal Brown. HEX triplet: 31, 11 and 06. RGB value is (49,17,6). Sum of RGB (Red+Green+Blue) = 49+17+6=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #311106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311106 is #CEEEF9. Grayscale: #191919. Windows color (decimal): -13561594 or 397617. OLE color: 397617.

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

Color convert

RGB 49 17 6 -
CMYK 0 0.65 0.88 0.81
HSL 15.35º 0.78% 0.11% -
HSV(B) 15.35º 0.88% 0.19% -
XYZ 1.5 1.07 0.3 -
YUV 25.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 49 17 6 0 0.65 0.88 0.81 15.35 0.78 0.11
Hex 31 11 6 0 41 58 51 F 4E B
Octal 61 21 6 0 101 130 121 17 116 13
Binary 110001 10001 110 0 1000001 1011000 1010001 1111 1001110 1011

Color Harmonies of #311106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311106

Black with #311106

Text Example


Text Example

White with #311106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311106; }

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

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

background-color css

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

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

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

border-color css

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

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

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