#300F0C

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

Shades of Seal Brown #300F0C

Tints of Seal Brown #300F0C

Color information

#300F0C (or 0x300F0C) is unknown color: approx Seal Brown. HEX triplet: 30, 0F and 0C. RGB value is (48,15,12). Sum of RGB (Red+Green+Blue) = 48+15+12=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F0C is #CFF0F3. Grayscale: #181818. Windows color (decimal): -13627636 or 790320. OLE color: 790320.

HSL color Cylindrical-coordinate representation of color #300F0C: hue angle of 5º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300F0C is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB481512-
CMYK00.690.750.81
HSL60%11.76%-
HSV(B)75%18.82%-
XYZ1.4610.46-
YUV24.52120.93144.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 15 (6.25% from 255) = 20%
BLUE value IS 12 (5.08% from 255) = 16%
R=64%
G=20%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48151200.690.750.8156011.76
Hex30FC0454B5153cc
Octal601714010511312157414
Binary1100001111110001000101100101110100011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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