Html Css Color HEX #311716 Seal Brown

📋 copy color: '#311716'

red 49 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #311716

Tints of Seal Brown #311716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

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

R = 52.13%
G = 24.47%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#311716 (or 0x311716) is known color: Seal Brown. HEX triplet: 31, 17 and 16. RGB value is (49,23,22). Sum of RGB (Red+Green+Blue) = 49+23+22=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311716 is #CEE8E9. Grayscale: #1E1E1E. Windows color (decimal): -13560042 or 1447729. OLE color: 1447729.

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

Color convert

RGB 49 23 22 -
CMYK 0 0.53 0.55 0.81
HSL 2.22º 0.38% 0.14% -
HSV(B) 2.22º 0.55% 0.19% -
XYZ 1.72 1.32 0.92 -
YUV 30.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 49 23 22 0 0.53 0.55 0.81 2.22 0.38 0.14
Hex 31 17 16 0 35 37 51 2 26 E
Octal 61 27 26 0 65 67 121 2 46 16
Binary 110001 10111 10110 0 110101 110111 1010001 10 100110 1110

Color Harmonies of #311716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311716

Black with #311716

Text Example


Text Example

White with #311716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311716; }

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

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

background-color css

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

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

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

border-color css

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

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

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