#300905

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

Shades of Seal Brown #300905

Tints of Seal Brown #300905

Color information

#300905 (or 0x300905) is unknown color: approx Seal Brown. HEX triplet: 30, 09 and 05. RGB value is (48,9,5). Sum of RGB (Red+Green+Blue) = 48+9+5=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #300905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300905 is #CFF6FA. Grayscale: #141414. Windows color (decimal): -13629179 or 330032. OLE color: 330032.

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

Color convert

RGB4895-
CMYK00.810.900.81
HSL5.58º81.13%10.39%-
HSV(B)5.58º89.58%18.82%-
XYZ1.340.830.23-
YUV20.2119.42147.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 77.42%
GREEN value IS 9 (3.91% from 255) = 14.52%
BLUE value IS 5 (2.34% from 255) = 8.06%
R=77.42%
G=14.52%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal489500.810.900.815.5881.1310.39
Hex30950515A51651a
Octal601150121132121612112
Binary1100001001101010100011011010101000111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300905; }

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

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

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

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

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

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

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

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