#300A03

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

Shades of Seal Brown #300A03

Tints of Seal Brown #300A03

Color information

#300A03 (or 0x300A03) is unknown color: approx Seal Brown. HEX triplet: 30, 0A and 03. RGB value is (48,10,3). Sum of RGB (Red+Green+Blue) = 48+10+3=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A03 is #CFF5FC. Grayscale: #141414. Windows color (decimal): -13628925 or 199216. OLE color: 199216.

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

Color convert

RGB48103-
CMYK00.790.940.81
HSL9.33º88.24%10%-
HSV(B)9.33º93.75%18.82%-
XYZ1.340.850.18-
YUV20.56118.09147.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 78.69%
GREEN value IS 10 (4.30% from 255) = 16.39%
BLUE value IS 3 (1.56% from 255) = 4.92%
R=78.69%
G=16.39%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4810300.790.940.819.3388.2410
Hex30A304F5E51958a
Octal6012301171361211113012
Binary1100001010110100111110111101010001100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,10,3); }

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

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

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

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

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

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

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