Html Css Color HEX #311005 Seal Brown

📋 copy color: '#311005'

red 49 ◦ green 16 ◦ blue 5

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

Shades of Seal Brown #311005

Tints of Seal Brown #311005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.86%

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

R = 70%
G = 22.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#311005 (or 0x311005) is known color: Seal Brown. HEX triplet: 31, 10 and 05. RGB value is (49,16,5). Sum of RGB (Red+Green+Blue) = 49+16+5=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #311005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311005 is #CEEFFA. Grayscale: #181818. Windows color (decimal): -13561851 or 331825. OLE color: 331825.

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

Color convert

RGB 49 16 5 -
CMYK 0 0.67 0.90 0.81
HSL 15º 0.81% 0.11% -
HSV(B) 15º 0.9% 0.19% -
XYZ 1.48 1.03 0.27 -
YUV 24.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 49 16 5 0 0.67 0.90 0.81 15 0.81 0.11
Hex 31 10 5 0 43 5A 51 F 51 B
Octal 61 20 5 0 103 132 121 17 121 13
Binary 110001 10000 101 0 1000011 1011010 1010001 1111 1010001 1011

Color Harmonies of #311005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311005

Black with #311005

Text Example


Text Example

White with #311005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311005; }

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

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

background-color css

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

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

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

border-color css

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

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

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