#300F0A

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

Shades of Seal Brown #300F0A

Tints of Seal Brown #300F0A

Color information

#300F0A (or 0x300F0A) is unknown color: approx Seal Brown. HEX triplet: 30, 0F and 0A. RGB value is (48,15,10). Sum of RGB (Red+Green+Blue) = 48+15+10=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F0A is #CFF0F5. Grayscale: #181818. Windows color (decimal): -13627638 or 659248. OLE color: 659248.

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

Color convert

RGB481510-
CMYK00.690.790.81
HSL7.89º65.52%11.37%-
HSV(B)7.89º79.17%18.82%-
XYZ1.440.990.4-
YUV24.3119.93144.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 15 (6.25% from 255) = 20.55%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=65.75%
G=20.55%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48151000.690.790.817.8965.5211.37
Hex30FA0454F51842b
Octal60171201051171211010213
Binary110000111110100100010110011111010001100010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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