#300600

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

Shades of Seal Brown #300600

Tints of Seal Brown #300600

Color information

#300600 (or 0x300600) is unknown color: approx Seal Brown. HEX triplet: 30, 06 and 00. RGB value is (48,6,0). Sum of RGB (Red+Green+Blue) = 48+6+0=54 (7% of max value = 765). Red value is 48 (19.14% from 255 or 88.89% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 48 - color contains mainly: red. Hex color #300600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300600 is #CFF9FF. Grayscale: #111111. Windows color (decimal): -13629952 or 1584. OLE color: 1584.

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

Color convert

RGB4860-
CMYK00.8710.81
HSL7.5º100%9.41%-
HSV(B)7.5º100%18.82%-
XYZ1.280.760.08-
YUV17.87117.91149.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 88.89%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.89%
G=11.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal486000.8710.817.51009.41
Hex306005764518649
Octal606001271441211014411
Binary11000011000101011111001001010001100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300600; }

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

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

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

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

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

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

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

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