#300401

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

Shades of Seal Brown #300401

Tints of Seal Brown #300401

Color information

#300401 (or 0x300401) is unknown color: approx Seal Brown. HEX triplet: 30, 04 and 01. RGB value is (48,4,1). Sum of RGB (Red+Green+Blue) = 48+4+1=53 (7% of max value = 765). Red value is 48 (19.14% from 255 or 90.57% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 48 - color contains mainly: red. Hex color #300401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300401 is #CFFBFE. Grayscale: #101010. Windows color (decimal): -13630463 or 66608. OLE color: 66608.

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

Color convert

RGB4841-
CMYK00.920.980.81
HSL3.83º95.92%9.61%-
HSV(B)3.83º97.92%18.82%-
XYZ1.270.720.1-
YUV16.81119.08150.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 90.57%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 1 (0.78% from 255) = 1.89%
R=90.57%
G=7.55%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484100.920.980.813.8395.929.61
Hex304105C6251460a
Octal60410134142121414012
Binary1100001001010111001100010101000110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300401; }

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

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

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

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

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

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

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

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