Html Css Color HEX #311616 Seal Brown

📋 copy color: '#311616'

red 49 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #311616

Tints of Seal Brown #311616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.66%

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

R = 52.69%
G = 23.66%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#311616 (or 0x311616) is known color: Seal Brown. HEX triplet: 31, 16 and 16. RGB value is (49,22,22). Sum of RGB (Red+Green+Blue) = 49+22+22=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #311616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311616 is #CEE9E9. Grayscale: #1E1E1E. Windows color (decimal): -13560298 or 1447473. OLE color: 1447473.

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

Color convert

RGB 49 22 22 -
CMYK 0 0.55 0.55 0.81
HSL 0.38% 0.14% -
HSV(B) 0.55% 0.19% -
XYZ 1.7 1.28 0.92 -
YUV 30.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 49 22 22 0 0.55 0.55 0.81 0 0.38 0.14
Hex 31 16 16 0 37 37 51 0 26 E
Octal 61 26 26 0 67 67 121 0 46 16
Binary 110001 10110 10110 0 110111 110111 1010001 0 100110 1110

Color Harmonies of #311616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311616

Black with #311616

Text Example


Text Example

White with #311616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311616; }

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

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

background-color css

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

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

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

border-color css

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

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

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