#300E04

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

Shades of Seal Brown #300E04

Tints of Seal Brown #300E04

Color information

#300E04 (or 0x300E04) is unknown color: approx Seal Brown. HEX triplet: 30, 0E and 04. RGB value is (48,14,4). Sum of RGB (Red+Green+Blue) = 48+14+4=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #300E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E04 is #CFF1FB. Grayscale: #171717. Windows color (decimal): -13627900 or 265776. OLE color: 265776.

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

Color convert

RGB48144-
CMYK00.710.920.81
HSL13.64º84.62%10.2%-
HSV(B)13.64º91.67%18.82%-
XYZ1.40.950.22-
YUV23.03117.26145.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 72.73%
GREEN value IS 14 (5.86% from 255) = 21.21%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=72.73%
G=21.21%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4814400.710.920.8113.6484.6210.2
Hex30E40475C51e55a
Octal6016401071341211612512
Binary11000011101000100011110111001010001111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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