#301513

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

Shades of Seal Brown #301513

Tints of Seal Brown #301513

Color information

#301513 (or 0x301513) is unknown color: approx Seal Brown. HEX triplet: 30, 15 and 13. RGB value is (48,21,19). Sum of RGB (Red+Green+Blue) = 48+21+19=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301513 is #CFEAEC. Grayscale: #1C1C1C. Windows color (decimal): -13626093 or 1250608. OLE color: 1250608.

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

Color convert

RGB482119-
CMYK00.560.600.81
HSL4.14º43.28%13.14%-
HSV(B)4.14º60.42%18.82%-
XYZ1.61.210.77-
YUV28.85122.45141.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 21 (8.59% from 255) = 23.86%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=54.55%
G=23.86%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48211900.560.600.814.1443.2813.14
Hex3015130383C5142bd
Octal6025230707412145315
Binary1100001010110011011100011110010100011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301513; }

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

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

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

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

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

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

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

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