#300904

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

Shades of Seal Brown #300904

Tints of Seal Brown #300904

Color information

#300904 (or 0x300904) is unknown color: approx Seal Brown. HEX triplet: 30, 09 and 04. RGB value is (48,9,4). Sum of RGB (Red+Green+Blue) = 48+9+4=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300904 is #CFF6FB. Grayscale: #141414. Windows color (decimal): -13629180 or 264496. OLE color: 264496.

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

Color convert

RGB4894-
CMYK00.810.920.81
HSL6.82º84.62%10.2%-
HSV(B)6.82º91.67%18.82%-
XYZ1.340.830.21-
YUV20.09118.92147.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 78.69%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 4 (1.95% from 255) = 6.56%
R=78.69%
G=14.75%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal489400.810.920.816.8284.6210.2
Hex30940515C51755a
Octal601140121134121712512
Binary1100001001100010100011011100101000111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300904; }

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

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

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

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

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

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

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

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