#301512

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

Shades of Seal Brown #301512

Tints of Seal Brown #301512

Color information

#301512 (or 0x301512) is unknown color: approx Seal Brown. HEX triplet: 30, 15 and 12. RGB value is (48,21,18). Sum of RGB (Red+Green+Blue) = 48+21+18=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301512 is #CFEAED. Grayscale: #1C1C1C. Windows color (decimal): -13626094 or 1185072. OLE color: 1185072.

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

Color convert

RGB482118-
CMYK00.560.630.81
HSL45.45%12.94%-
HSV(B)62.5%18.82%-
XYZ1.61.210.72-
YUV28.73121.95141.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=55.17%
G=24.14%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48211800.560.630.81645.4512.94
Hex3015120383F5162dd
Octal6025220707712165515
Binary1100001010110010011100011111110100011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301512; }

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

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

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

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

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

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

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

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