#300902

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

Shades of Seal Brown #300902

Tints of Seal Brown #300902

Color information

#300902 (or 0x300902) is unknown color: approx Seal Brown. HEX triplet: 30, 09 and 02. RGB value is (48,9,2). Sum of RGB (Red+Green+Blue) = 48+9+2=59 (7% of max value = 765). Red value is 48 (19.14% from 255 or 81.36% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 48 - color contains mainly: red. Hex color #300902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300902 is #CFF6FD. Grayscale: #131313. Windows color (decimal): -13629182 or 133424. OLE color: 133424.

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

Color convert

RGB4892-
CMYK00.810.960.81
HSL9.13º92%9.8%-
HSV(B)9.13º95.83%18.82%-
XYZ1.330.830.15-
YUV19.86117.92148.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 81.36%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 2 (1.17% from 255) = 3.39%
R=81.36%
G=15.25%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal489200.810.960.819.13929.8
Hex3092051605195ca
Octal6011201211401211113412
Binary1100001001100101000111000001010001100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300902; }

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

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

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

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

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

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

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

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