#300F04

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

Shades of Seal Brown #300F04

Tints of Seal Brown #300F04

Color information

#300F04 (or 0x300F04) is unknown color: approx Seal Brown. HEX triplet: 30, 0F and 04. RGB value is (48,15,4). Sum of RGB (Red+Green+Blue) = 48+15+4=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #300F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F04 is #CFF0FB. Grayscale: #171717. Windows color (decimal): -13627644 or 266032. OLE color: 266032.

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

Color convert

RGB48154-
CMYK00.690.920.81
HSL15º84.62%10.2%-
HSV(B)15º91.67%18.82%-
XYZ1.410.980.23-
YUV23.61116.93145.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 71.64%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 4 (1.95% from 255) = 5.97%
R=71.64%
G=22.39%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4815400.690.920.811584.6210.2
Hex30F40455C51f55a
Octal6017401051341211712512
Binary11000011111000100010110111001010001111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300F04; }

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

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

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

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

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

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

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

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