Html Css Color HEX #311308 Seal Brown

📋 copy color: '#311308'

red 49 ◦ green 19 ◦ blue 8

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

Shades of Seal Brown #311308

Tints of Seal Brown #311308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 10.53%

R = 64.47%
G = 25%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.81

RGB Variations

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

Color information

#311308 (or 0x311308) is known color: Seal Brown. HEX triplet: 31, 13 and 08. RGB value is (49,19,8). Sum of RGB (Red+Green+Blue) = 49+19+8=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #311308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311308 is #CEECF7. Grayscale: #1A1A1A. Windows color (decimal): -13561080 or 529201. OLE color: 529201.

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

Color convert

RGB 49 19 8 -
CMYK 0 0.61 0.84 0.81
HSL 16.1º 0.72% 0.11% -
HSV(B) 16.1º 0.84% 0.19% -
XYZ 1.54 1.14 0.37 -
YUV 26.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 49 19 8 0 0.61 0.84 0.81 16.1 0.72 0.11
Hex 31 13 8 0 3D 54 51 10 48 B
Octal 61 23 10 0 75 124 121 20 110 13
Binary 110001 10011 1000 0 111101 1010100 1010001 10000 1001000 1011

Color Harmonies of #311308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311308

Black with #311308

Text Example


Text Example

White with #311308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311308; }

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

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

background-color css

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

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

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

border-color css

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

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

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