Html Css Color HEX #311105 Seal Brown

📋 copy color: '#311105'

red 49 ◦ green 17 ◦ blue 5

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

Shades of Seal Brown #311105

Tints of Seal Brown #311105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.04%

R = 69.01%
G = 23.94%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#311105 (or 0x311105) is known color: Seal Brown. HEX triplet: 31, 11 and 05. RGB value is (49,17,5). Sum of RGB (Red+Green+Blue) = 49+17+5=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #311105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311105 is #CEEEFA. Grayscale: #191919. Windows color (decimal): -13561595 or 332081. OLE color: 332081.

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

Color convert

RGB 49 17 5 -
CMYK 0 0.65 0.90 0.81
HSL 16.36º 0.81% 0.11% -
HSV(B) 16.36º 0.9% 0.19% -
XYZ 1.49 1.06 0.27 -
YUV 25.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 49 17 5 0 0.65 0.90 0.81 16.36 0.81 0.11
Hex 31 11 5 0 41 5A 51 10 51 B
Octal 61 21 5 0 101 132 121 20 121 13
Binary 110001 10001 101 0 1000001 1011010 1010001 10000 1010001 1011

Color Harmonies of #311105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311105

Black with #311105

Text Example


Text Example

White with #311105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311105; }

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

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

background-color css

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

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

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

border-color css

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

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

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