#30120E

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

Shades of Seal Brown #30120E

Tints of Seal Brown #30120E

Color information

#30120E (or 0x30120E) is unknown color: approx Seal Brown. HEX triplet: 30, 12 and 0E. RGB value is (48,18,14). Sum of RGB (Red+Green+Blue) = 48+18+14=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30120E is #CFEDF1. Grayscale: #1A1A1A. Windows color (decimal): -13626866 or 922160. OLE color: 922160.

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

Color convert

RGB481814-
CMYK00.630.710.81
HSL7.06º54.84%12.16%-
HSV(B)7.06º70.83%18.82%-
XYZ1.511.090.55-
YUV26.51120.94143.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=60%
G=22.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48181400.630.710.817.0654.8412.16
Hex3012E03F4751737c
Octal60221607710712176714
Binary1100001001011100111111100011110100011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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