#30150E

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

Shades of Seal Brown #30150E

Tints of Seal Brown #30150E

Color information

#30150E (or 0x30150E) is unknown color: approx Seal Brown. HEX triplet: 30, 15 and 0E. RGB value is (48,21,14). Sum of RGB (Red+Green+Blue) = 48+21+14=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #30150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30150E is #CFEAF1. Grayscale: #1C1C1C. Windows color (decimal): -13626098 or 922928. OLE color: 922928.

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

Color convert

RGB482114-
CMYK00.560.710.81
HSL12.35º54.84%12.16%-
HSV(B)12.35º70.83%18.82%-
XYZ1.571.20.56-
YUV28.28119.95142.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 14 (5.86% from 255) = 16.87%
R=57.83%
G=25.30%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48211400.560.710.8112.3554.8412.16
Hex3015E0384751c37c
Octal602516070107121146714
Binary11000010101111001110001000111101000111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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