#30150C

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

Shades of Seal Brown #30150C

Tints of Seal Brown #30150C

Color information

#30150C (or 0x30150C) is unknown color: approx Seal Brown. HEX triplet: 30, 15 and 0C. RGB value is (48,21,12). Sum of RGB (Red+Green+Blue) = 48+21+12=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30150C is #CFEAF3. Grayscale: #1C1C1C. Windows color (decimal): -13626100 or 791856. OLE color: 791856.

HSL color Cylindrical-coordinate representation of color #30150C: hue angle of 15º 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 #30150C is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB482112-
CMYK00.560.750.81
HSL15º60%11.76%-
HSV(B)15º75%18.82%-
XYZ1.551.190.5-
YUV28.05118.95142.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=59.26%
G=25.93%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48211200.560.750.81156011.76
Hex3015C0384B51f3cc
Octal602514070113121177414
Binary11000010101110001110001001011101000111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30150C; }

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

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

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

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

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

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

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

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