#300402

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

Shades of Seal Brown #300402

Tints of Seal Brown #300402

Color information

#300402 (or 0x300402) is unknown color: approx Seal Brown. HEX triplet: 30, 04 and 02. RGB value is (48,4,2). Sum of RGB (Red+Green+Blue) = 48+4+2=54 (7% of max value = 765). Red value is 48 (19.14% from 255 or 88.89% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 48 - color contains mainly: red. Hex color #300402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300402 is #CFFBFD. Grayscale: #101010. Windows color (decimal): -13630462 or 132144. OLE color: 132144.

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

Color convert

RGB4842-
CMYK00.920.960.81
HSL2.61º92%9.8%-
HSV(B)2.61º95.83%18.82%-
XYZ1.270.720.13-
YUV16.93119.58150.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 88.89%
GREEN value IS 4 (1.95% from 255) = 7.41%
BLUE value IS 2 (1.17% from 255) = 3.70%
R=88.89%
G=7.41%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484200.920.960.812.61929.8
Hex304205C605135ca
Octal60420134140121313412
Binary1100001001001011100110000010100011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300402; }

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

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

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

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

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

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

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

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