Html Css Color HEX #311306 Seal Brown

📋 copy color: '#311306'

red 49 ◦ green 19 ◦ blue 6

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

Shades of Seal Brown #311306

Tints of Seal Brown #311306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

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

R = 66.22%
G = 25.68%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#311306 (or 0x311306) is known color: Seal Brown. HEX triplet: 31, 13 and 06. RGB value is (49,19,6). Sum of RGB (Red+Green+Blue) = 49+19+6=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311306 is #CEECF9. Grayscale: #1A1A1A. Windows color (decimal): -13561082 or 398129. OLE color: 398129.

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

Color convert

RGB 49 19 6 -
CMYK 0 0.61 0.88 0.81
HSL 18.14º 0.78% 0.11% -
HSV(B) 18.14º 0.88% 0.19% -
XYZ 1.53 1.13 0.31 -
YUV 26.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 49 19 6 0 0.61 0.88 0.81 18.14 0.78 0.11
Hex 31 13 6 0 3D 58 51 12 4E B
Octal 61 23 6 0 75 130 121 22 116 13
Binary 110001 10011 110 0 111101 1011000 1010001 10010 1001110 1011

Color Harmonies of #311306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311306

Black with #311306

Text Example


Text Example

White with #311306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311306; }

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

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

background-color css

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

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

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

border-color css

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

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

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