#30140E

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

Shades of Seal Brown #30140E

Tints of Seal Brown #30140E

Color information

#30140E (or 0x30140E) is unknown color: approx Seal Brown. HEX triplet: 30, 14 and 0E. RGB value is (48,20,14). Sum of RGB (Red+Green+Blue) = 48+20+14=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30140E is #CFEBF1. Grayscale: #1B1B1B. Windows color (decimal): -13626354 or 922672. OLE color: 922672.

HSL color Cylindrical-coordinate representation of color #30140E: hue angle of 10.59º 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 #30140E is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB482014-
CMYK00.580.710.81
HSL10.59º54.84%12.16%-
HSV(B)10.59º70.83%18.82%-
XYZ1.551.160.56-
YUV27.69120.28142.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=58.54%
G=24.39%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48201400.580.710.8110.5954.8412.16
Hex3014E03A4751b37c
Octal602416072107121136714
Binary11000010100111001110101000111101000110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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