#300603

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

Shades of Seal Brown #300603

Tints of Seal Brown #300603

Color information

#300603 (or 0x300603) is unknown color: approx Seal Brown. HEX triplet: 30, 06 and 03. RGB value is (48,6,3). Sum of RGB (Red+Green+Blue) = 48+6+3=57 (7% of max value = 765). Red value is 48 (19.14% from 255 or 84.21% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 48 - color contains mainly: red. Hex color #300603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300603 is #CFF9FC. Grayscale: #121212. Windows color (decimal): -13629949 or 198192. OLE color: 198192.

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

Color convert

RGB4863-
CMYK00.870.940.81
HSL88.24%10%-
HSV(B)93.75%18.82%-
XYZ1.30.770.17-
YUV18.22119.41149.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 84.21%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 3 (1.56% from 255) = 5.26%
R=84.21%
G=10.53%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal486300.870.940.81488.2410
Hex30630575E51458a
Octal60630127136121413012
Binary11000011011010101111011110101000110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300603; }

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

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

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

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

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

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

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

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