#300700

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

Shades of Seal Brown #300700

Tints of Seal Brown #300700

Color information

#300700 (or 0x300700) is unknown color: approx Seal Brown. HEX triplet: 30, 07 and 00. RGB value is (48,7,0). Sum of RGB (Red+Green+Blue) = 48+7+0=55 (7% of max value = 765). Red value is 48 (19.14% from 255 or 87.27% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 48 - color contains mainly: red. Hex color #300700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300700 is #CFF8FF. Grayscale: #121212. Windows color (decimal): -13629696 or 1840. OLE color: 1840.

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

Color convert

RGB4870-
CMYK00.8510.81
HSL8.75º100%9.41%-
HSV(B)8.75º100%18.82%-
XYZ1.290.780.08-
YUV18.46117.58149.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 87.27%
GREEN value IS 7 (3.12% from 255) = 12.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.27%
G=12.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal487000.8510.818.751009.41
Hex307005564519649
Octal607001251441211114411
Binary11000011100101010111001001010001100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300700; }

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

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

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

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

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

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

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

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