#300C04

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

Shades of Seal Brown #300C04

Tints of Seal Brown #300C04

Color information

#300C04 (or 0x300C04) is unknown color: approx Seal Brown. HEX triplet: 30, 0C and 04. RGB value is (48,12,4). Sum of RGB (Red+Green+Blue) = 48+12+4=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #300C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C04 is #CFF3FB. Grayscale: #151515. Windows color (decimal): -13628412 or 265264. OLE color: 265264.

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

Color convert

RGB48124-
CMYK00.750.920.81
HSL10.91º84.62%10.2%-
HSV(B)10.91º91.67%18.82%-
XYZ1.370.90.22-
YUV21.85117.93146.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 75%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=75%
G=18.75%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4812400.750.920.8110.9184.6210.2
Hex30C404B5C51b55a
Octal6014401131341211312512
Binary11000011001000100101110111001010001101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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