Html Css Color HEX #311205 Seal Brown

📋 copy color: '#311205'

red 49 ◦ green 18 ◦ blue 5

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

Shades of Seal Brown #311205

Tints of Seal Brown #311205

RGB

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

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

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

R = 68.06%
G = 25%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#311205 (or 0x311205) is known color: Seal Brown. HEX triplet: 31, 12 and 05. RGB value is (49,18,5). Sum of RGB (Red+Green+Blue) = 49+18+5=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #311205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311205 is #CEEDFA. Grayscale: #191919. Windows color (decimal): -13561339 or 332337. OLE color: 332337.

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

Color convert

RGB 49 18 5 -
CMYK 0 0.63 0.90 0.81
HSL 17.73º 0.81% 0.11% -
HSV(B) 17.73º 0.9% 0.19% -
XYZ 1.51 1.1 0.28 -
YUV 25.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 49 18 5 0 0.63 0.90 0.81 17.73 0.81 0.11
Hex 31 12 5 0 3F 5A 51 12 51 B
Octal 61 22 5 0 77 132 121 22 121 13
Binary 110001 10010 101 0 111111 1011010 1010001 10010 1010001 1011

Color Harmonies of #311205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311205

Black with #311205

Text Example


Text Example

White with #311205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311205; }

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

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

background-color css

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

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

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

border-color css

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

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

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