#300605

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

Shades of Seal Brown #300605

Tints of Seal Brown #300605

Color information

#300605 (or 0x300605) is unknown color: approx Seal Brown. HEX triplet: 30, 06 and 05. RGB value is (48,6,5). Sum of RGB (Red+Green+Blue) = 48+6+5=59 (7% of max value = 765). Red value is 48 (19.14% from 255 or 81.36% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 48 - color contains mainly: red. Hex color #300605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300605 is #CFF9FA. Grayscale: #121212. Windows color (decimal): -13629947 or 329264. OLE color: 329264.

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

Color convert

RGB4865-
CMYK00.870.900.81
HSL1.4º81.13%10.39%-
HSV(B)1.4º89.58%18.82%-
XYZ1.310.770.22-
YUV18.44120.41149.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 81.36%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 5 (2.34% from 255) = 8.47%
R=81.36%
G=10.17%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal486500.870.900.811.481.1310.39
Hex30650575A51151a
Octal60650127132121112112
Binary1100001101010101011110110101010001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300605; }

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

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

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

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

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

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

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

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