#300805

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

Shades of Seal Brown #300805

Tints of Seal Brown #300805

Color information

#300805 (or 0x300805) is unknown color: approx Seal Brown. HEX triplet: 30, 08 and 05. RGB value is (48,8,5). Sum of RGB (Red+Green+Blue) = 48+8+5=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300805 is #CFF7FA. Grayscale: #131313. Windows color (decimal): -13629435 or 329776. OLE color: 329776.

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

Color convert

RGB4885-
CMYK00.830.900.81
HSL4.19º81.13%10.39%-
HSV(B)4.19º89.58%18.82%-
XYZ1.330.810.23-
YUV19.62119.75148.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 78.69%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=78.69%
G=13.11%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal488500.830.900.814.1981.1310.39
Hex30850535A51451a
Octal601050123132121412112
Binary1100001000101010100111011010101000110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300805; }

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

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

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

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

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

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

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

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