#300808

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

Shades of Seal Brown #300808

Tints of Seal Brown #300808

Color information

#300808 (or 0x300808) is unknown color: approx Seal Brown. HEX triplet: 30, 08 and 08. RGB value is (48,8,8). Sum of RGB (Red+Green+Blue) = 48+8+8=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #300808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300808 is #CFF7F7. Grayscale: #131313. Windows color (decimal): -13629432 or 526384. OLE color: 526384.

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

Color convert

RGB4888-
CMYK00.830.830.81
HSL71.43%10.98%-
HSV(B)83.33%18.82%-
XYZ1.350.820.32-
YUV19.96121.25148-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 75%
GREEN value IS 8 (3.52% from 255) = 12.5%
BLUE value IS 8 (3.52% from 255) = 12.5%
R=75%
G=12.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal488800.830.830.81071.4310.98
Hex30880535351047b
Octal6010100123123121010713
Binary110000100010000101001110100111010001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300808; }

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

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

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

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

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

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

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

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