#300403

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

Shades of Seal Brown #300403

Tints of Seal Brown #300403

Color information

#300403 (or 0x300403) is unknown color: approx Seal Brown. HEX triplet: 30, 04 and 03. RGB value is (48,4,3). Sum of RGB (Red+Green+Blue) = 48+4+3=55 (7% of max value = 765). Red value is 48 (19.14% from 255 or 87.27% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 48 - color contains mainly: red. Hex color #300403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300403 is #CFFBFC. Grayscale: #111111. Windows color (decimal): -13630461 or 197680. OLE color: 197680.

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

Color convert

RGB4843-
CMYK00.920.940.81
HSL1.33º88.24%10%-
HSV(B)1.33º93.75%18.82%-
XYZ1.280.720.16-
YUV17.04120.08150.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 87.27%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 3 (1.56% from 255) = 5.45%
R=87.27%
G=7.27%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484300.920.940.811.3388.2410
Hex304305C5E51158a
Octal60430134136121113012
Binary110000100110101110010111101010001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300403; }

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

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

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

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

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

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

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

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