#301204

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

Shades of Seal Brown #301204

Tints of Seal Brown #301204

Color information

#301204 (or 0x301204) is unknown color: approx Seal Brown. HEX triplet: 30, 12 and 04. RGB value is (48,18,4). Sum of RGB (Red+Green+Blue) = 48+18+4=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #301204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301204 is #CFEDFB. Grayscale: #191919. Windows color (decimal): -13626876 or 266800. OLE color: 266800.

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

Color convert

RGB48184-
CMYK00.630.920.81
HSL19.09º84.62%10.2%-
HSV(B)19.09º91.67%18.82%-
XYZ1.461.070.24-
YUV25.37115.94144.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 68.57%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 4 (1.95% from 255) = 5.71%
R=68.57%
G=25.71%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4818400.630.920.8119.0984.6210.2
Hex3012403F5C511355a
Octal602240771341212312512
Binary110000100101000111111101110010100011001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301204; }

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

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

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

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

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

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

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

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