#300D05

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

Shades of Seal Brown #300D05

Tints of Seal Brown #300D05

Color information

#300D05 (or 0x300D05) is unknown color: approx Seal Brown. HEX triplet: 30, 0D and 05. RGB value is (48,13,5). Sum of RGB (Red+Green+Blue) = 48+13+5=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #300D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D05 is #CFF2FA. Grayscale: #161616. Windows color (decimal): -13628155 or 331056. OLE color: 331056.

HSL color Cylindrical-coordinate representation of color #300D05: hue angle of 11.16º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300D05 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB48135-
CMYK00.730.900.81
HSL11.16º81.13%10.39%-
HSV(B)11.16º89.58%18.82%-
XYZ1.390.930.25-
YUV22.55118.1146.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 72.73%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=72.73%
G=19.70%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4813500.730.900.8111.1681.1310.39
Hex30D50495A51b51a
Octal6015501111321211312112
Binary11000011011010100100110110101010001101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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