#30150D

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

Shades of Seal Brown #30150D

Tints of Seal Brown #30150D

Color information

#30150D (or 0x30150D) is unknown color: approx Seal Brown. HEX triplet: 30, 15 and 0D. RGB value is (48,21,13). Sum of RGB (Red+Green+Blue) = 48+21+13=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30150D is #CFEAF2. Grayscale: #1C1C1C. Windows color (decimal): -13626099 or 857392. OLE color: 857392.

HSL color Cylindrical-coordinate representation of color #30150D: hue angle of 13.71º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30150D is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB482113-
CMYK00.560.730.81
HSL13.71º57.38%11.96%-
HSV(B)13.71º72.92%18.82%-
XYZ1.561.190.53-
YUV28.16119.45142.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=58.54%
G=25.61%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48211300.560.730.8113.7157.3811.96
Hex3015D0384951e39c
Octal602515070111121167114
Binary11000010101110101110001001001101000111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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