#301209

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

Shades of Seal Brown #301209

Tints of Seal Brown #301209

Color information

#301209 (or 0x301209) is unknown color: approx Seal Brown. HEX triplet: 30, 12 and 09. RGB value is (48,18,9). Sum of RGB (Red+Green+Blue) = 48+18+9=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301209 is #CFEDF6. Grayscale: #1A1A1A. Windows color (decimal): -13626871 or 594480. OLE color: 594480.

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

Color convert

RGB48189-
CMYK00.630.810.81
HSL13.85º68.42%11.18%-
HSV(B)13.85º81.25%18.82%-
XYZ1.481.080.39-
YUV25.94118.44143.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 9 (3.91% from 255) = 12%
R=64%
G=24%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4818900.630.810.8113.8568.4211.18
Hex3012903F5151e44b
Octal6022110771211211610413
Binary110000100101001011111110100011010001111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301209; }

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

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

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

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

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

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

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

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