#300702

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

Shades of Seal Brown #300702

Tints of Seal Brown #300702

Color information

#300702 (or 0x300702) is unknown color: approx Seal Brown. HEX triplet: 30, 07 and 02. RGB value is (48,7,2). Sum of RGB (Red+Green+Blue) = 48+7+2=57 (7% of max value = 765). Red value is 48 (19.14% from 255 or 84.21% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 48 - color contains mainly: red. Hex color #300702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300702 is #CFF8FD. Grayscale: #121212. Windows color (decimal): -13629694 or 132912. OLE color: 132912.

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

Color convert

RGB4872-
CMYK00.850.960.81
HSL6.52º92%9.8%-
HSV(B)6.52º95.83%18.82%-
XYZ1.310.780.14-
YUV18.69118.58148.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 84.21%
GREEN value IS 7 (3.12% from 255) = 12.28%
BLUE value IS 2 (1.17% from 255) = 3.51%
R=84.21%
G=12.28%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal487200.850.960.816.52929.8
Hex3072055605175ca
Octal60720125140121713412
Binary11000011110010101011100000101000111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300702; }

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

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

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

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

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

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

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

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