#300D06

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

Shades of Seal Brown #300D06

Tints of Seal Brown #300D06

Color information

#300D06 (or 0x300D06) is unknown color: approx Seal Brown. HEX triplet: 30, 0D and 06. RGB value is (48,13,6). Sum of RGB (Red+Green+Blue) = 48+13+6=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #300D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D06 is #CFF2F9. Grayscale: #161616. Windows color (decimal): -13628154 or 396592. OLE color: 396592.

HSL color Cylindrical-coordinate representation of color #300D06: hue angle of 10º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300D06 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB48136-
CMYK00.730.870.81
HSL10º77.78%10.59%-
HSV(B)10º87.5%18.82%-
XYZ1.40.930.28-
YUV22.67118.6146.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 71.64%
GREEN value IS 13 (5.47% from 255) = 19.40%
BLUE value IS 6 (2.73% from 255) = 8.96%
R=71.64%
G=19.40%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4813600.730.870.811077.7810.59
Hex30D60495751a4eb
Octal6015601111271211211613
Binary11000011011100100100110101111010001101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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