#301004

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

Shades of Seal Brown #301004

Tints of Seal Brown #301004

Color information

#301004 (or 0x301004) is unknown color: approx Seal Brown. HEX triplet: 30, 10 and 04. RGB value is (48,16,4). Sum of RGB (Red+Green+Blue) = 48+16+4=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #301004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301004 is #CFEFFB. Grayscale: #181818. Windows color (decimal): -13627388 or 266288. OLE color: 266288.

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

Color convert

RGB48164-
CMYK00.670.920.81
HSL16.36º84.62%10.2%-
HSV(B)16.36º91.67%18.82%-
XYZ1.431.010.23-
YUV24.2116.6144.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 70.59%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 4 (1.95% from 255) = 5.88%
R=70.59%
G=23.53%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4816400.670.920.8116.3684.6210.2
Hex301040435C511055a
Octal6020401031341212012512
Binary1100001000010001000011101110010100011000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301004; }

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

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

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

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

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

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

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

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