#300602

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

Shades of Seal Brown #300602

Tints of Seal Brown #300602

Color information

#300602 (or 0x300602) is unknown color: approx Seal Brown. HEX triplet: 30, 06 and 02. RGB value is (48,6,2). Sum of RGB (Red+Green+Blue) = 48+6+2=56 (7% of max value = 765). Red value is 48 (19.14% from 255 or 85.71% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 48 - color contains mainly: red. Hex color #300602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300602 is #CFF9FD. Grayscale: #121212. Windows color (decimal): -13629950 or 132656. OLE color: 132656.

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

Color convert

RGB4862-
CMYK00.870.960.81
HSL5.22º92%9.8%-
HSV(B)5.22º95.83%18.82%-
XYZ1.30.760.14-
YUV18.1118.91149.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 85.71%
GREEN value IS 6 (2.73% from 255) = 10.71%
BLUE value IS 2 (1.17% from 255) = 3.57%
R=85.71%
G=10.71%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal486200.870.960.815.22929.8
Hex3062057605155ca
Octal60620127140121513412
Binary11000011010010101111100000101000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300602; }

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

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

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

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

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

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

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

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