#301916

Color #301916 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #301916

Tints of Seal Brown #301916

Color information

#301916 (or 0x301916) is unknown color: approx Seal Brown. HEX triplet: 30, 19 and 16. RGB value is (48,25,22). Sum of RGB (Red+Green+Blue) = 48+25+22=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301916 is #CFE6E9. Grayscale: #1F1F1F. Windows color (decimal): -13625066 or 1448240. OLE color: 1448240.

HSL color Cylindrical-coordinate representation of color #301916: hue angle of 6.92º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301916 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB482522-
CMYK00.480.540.81
HSL6.92º37.14%13.73%-
HSV(B)6.92º54.17%18.82%-
XYZ1.711.380.94-
YUV31.54122.62139.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=50.53%
G=26.32%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48252200.480.540.816.9237.1413.73
Hex3019160303651725e
Octal6031260606612174516
Binary1100001100110110011000011011010100011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301916; }

 p { color: rgb(48,25,22); }

 H1.HeaderClassName
 {
   color: #301916;
 }
 .AnyTagClassName
 {
   color: #301916;
 }
</style>
background-color css

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

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

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

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

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

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