Html Css Color HEX #311A16 Seal Brown

📋 copy color: '#311A16'

red 49 ◦ green 26 ◦ blue 22

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

Shades of Seal Brown #311A16

Tints of Seal Brown #311A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.8%

 BLUE value IS 22 (8.98% from 255) = 22.68%

R = 50.52%
G = 26.8%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#311A16 (or 0x311A16) is known color: Seal Brown. HEX triplet: 31, 1A and 16. RGB value is (49,26,22). Sum of RGB (Red+Green+Blue) = 49+26+22=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A16 is #CEE5E9. Grayscale: #202020. Windows color (decimal): -13559274 or 1448497. OLE color: 1448497.

HSL color Cylindrical-coordinate representation of color #311A16: hue angle of 8.89º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311A16 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 26 22 -
CMYK 0 0.47 0.55 0.81
HSL 8.89º 0.38% 0.14% -
HSV(B) 8.89º 0.55% 0.19% -
XYZ 1.78 1.45 0.95 -
YUV 32.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 49 26 22 0 0.47 0.55 0.81 8.89 0.38 0.14
Hex 31 1A 16 0 2F 37 51 9 26 E
Octal 61 32 26 0 57 67 121 11 46 16
Binary 110001 11010 10110 0 101111 110111 1010001 1001 100110 1110

Color Harmonies of #311A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A16

Black with #311A16

Text Example


Text Example

White with #311A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311A16; }

 p { color: rgb(49,26,22); }

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

background-color css

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

 a { background-color: rgb(49,26,22); }

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

border-color css

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

 span { border-color: rgb(49,26,22); }

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