#300903

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

Shades of Seal Brown #300903

Tints of Seal Brown #300903

Color information

#300903 (or 0x300903) is unknown color: approx Seal Brown. HEX triplet: 30, 09 and 03. RGB value is (48,9,3). Sum of RGB (Red+Green+Blue) = 48+9+3=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300903 is #CFF6FC. Grayscale: #141414. Windows color (decimal): -13629181 or 198960. OLE color: 198960.

HSL color Cylindrical-coordinate representation of color #300903: hue angle of 8º 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 #300903 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB4893-
CMYK00.810.940.81
HSL88.24%10%-
HSV(B)93.75%18.82%-
XYZ1.330.830.18-
YUV19.98118.42147.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 80%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 3 (1.56% from 255) = 5%
R=80%
G=15%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal489300.810.940.81888.2410
Hex30930515E51858a
Octal6011301211361211013012
Binary1100001001110101000110111101010001100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300903; }

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

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

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

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

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

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

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

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