#301515

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

Shades of Seal Brown #301515

Tints of Seal Brown #301515

Color information

#301515 (or 0x301515) is unknown color: approx Seal Brown. HEX triplet: 30, 15 and 15. RGB value is (48,21,21). Sum of RGB (Red+Green+Blue) = 48+21+21=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301515 is #CFEAEA. Grayscale: #1D1D1D. Windows color (decimal): -13626091 or 1381680. OLE color: 1381680.

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

Color convert

RGB482121-
CMYK00.560.560.81
HSL39.13%13.53%-
HSV(B)56.25%18.82%-
XYZ1.621.220.86-
YUV29.07123.45141.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=53.33%
G=23.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48212100.560.560.81039.1313.53
Hex3015150383851027e
Octal6025250707012104716
Binary11000010101101010111000111000101000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301515; }

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

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

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

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

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

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

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

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