#300900

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

Shades of Seal Brown #300900

Tints of Seal Brown #300900

Color information

#300900 (or 0x300900) is unknown color: approx Seal Brown. HEX triplet: 30, 09 and 00. RGB value is (48,9,0). Sum of RGB (Red+Green+Blue) = 48+9+0=57 (7% of max value = 765). Red value is 48 (19.14% from 255 or 84.21% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 48 - color contains mainly: red. Hex color #300900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300900 is #CFF6FF. Grayscale: #131313. Windows color (decimal): -13629184 or 2352. OLE color: 2352.

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

Color convert

RGB4890-
CMYK00.8110.81
HSL11.25º100%9.41%-
HSV(B)11.25º100%18.82%-
XYZ1.320.820.09-
YUV19.63116.92148.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 84.21%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.21%
G=15.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal489000.8110.8111.251009.41
Hex30900516451b649
Octal6011001211441211314411
Binary110000100100101000111001001010001101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300900; }

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

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

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

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

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

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

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

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