#301616

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

Shades of Seal Brown #301616

Tints of Seal Brown #301616

Color information

#301616 (or 0x301616) is unknown color: approx Seal Brown. HEX triplet: 30, 16 and 16. RGB value is (48,22,22). Sum of RGB (Red+Green+Blue) = 48+22+22=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301616 is #CFE9E9. Grayscale: #1D1D1D. Windows color (decimal): -13625834 or 1447472. OLE color: 1447472.

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

Color convert

RGB482222-
CMYK00.540.540.81
HSL37.14%13.73%-
HSV(B)54.17%18.82%-
XYZ1.651.260.92-
YUV29.77123.61141-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=52.17%
G=23.91%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48222200.540.540.81037.1413.73
Hex3016160363651025e
Octal6026260666612104516
Binary11000010110101100110110110110101000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301616; }

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

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

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

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

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

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

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

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