#300F06

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

Shades of Seal Brown #300F06

Tints of Seal Brown #300F06

Color information

#300F06 (or 0x300F06) is unknown color: approx Seal Brown. HEX triplet: 30, 0F and 06. RGB value is (48,15,6). Sum of RGB (Red+Green+Blue) = 48+15+6=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #300F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F06 is #CFF0F9. Grayscale: #171717. Windows color (decimal): -13627642 or 397104. OLE color: 397104.

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

Color convert

RGB48156-
CMYK00.690.870.81
HSL12.86º77.78%10.59%-
HSV(B)12.86º87.5%18.82%-
XYZ1.420.980.29-
YUV23.84117.93145.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 69.57%
GREEN value IS 15 (6.25% from 255) = 21.74%
BLUE value IS 6 (2.73% from 255) = 8.70%
R=69.57%
G=21.74%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4815600.690.870.8112.8677.7810.59
Hex30F60455751d4eb
Octal6017601051271211511613
Binary11000011111100100010110101111010001110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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