Html Css Color HEX #311206 Seal Brown

📋 copy color: '#311206'

red 49 ◦ green 18 ◦ blue 6

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

Shades of Seal Brown #311206

Tints of Seal Brown #311206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.66%

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

R = 67.12%
G = 24.66%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#311206 (or 0x311206) is known color: Seal Brown. HEX triplet: 31, 12 and 06. RGB value is (49,18,6). Sum of RGB (Red+Green+Blue) = 49+18+6=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #311206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311206 is #CEEDF9. Grayscale: #191919. Windows color (decimal): -13561338 or 397873. OLE color: 397873.

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

Color convert

RGB 49 18 6 -
CMYK 0 0.63 0.88 0.81
HSL 16.74º 0.78% 0.11% -
HSV(B) 16.74º 0.88% 0.19% -
XYZ 1.52 1.1 0.3 -
YUV 25.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 49 18 6 0 0.63 0.88 0.81 16.74 0.78 0.11
Hex 31 12 6 0 3F 58 51 11 4E B
Octal 61 22 6 0 77 130 121 21 116 13
Binary 110001 10010 110 0 111111 1011000 1010001 10001 1001110 1011

Color Harmonies of #311206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311206

Black with #311206

Text Example


Text Example

White with #311206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311206; }

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

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

background-color css

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

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

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

border-color css

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

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

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