#300D04

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

Shades of Seal Brown #300D04

Tints of Seal Brown #300D04

Color information

#300D04 (or 0x300D04) is unknown color: approx Seal Brown. HEX triplet: 30, 0D and 04. RGB value is (48,13,4). Sum of RGB (Red+Green+Blue) = 48+13+4=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #300D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D04 is #CFF2FB. Grayscale: #161616. Windows color (decimal): -13628156 or 265520. OLE color: 265520.

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

Color convert

RGB48134-
CMYK00.730.920.81
HSL12.27º84.62%10.2%-
HSV(B)12.27º91.67%18.82%-
XYZ1.380.920.22-
YUV22.44117.6146.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 73.85%
GREEN value IS 13 (5.47% from 255) = 20%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=73.85%
G=20%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4813400.730.920.8112.2784.6210.2
Hex30D40495C51c55a
Octal6015401111341211412512
Binary11000011011000100100110111001010001110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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