#30120D

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

Shades of Seal Brown #30120D

Tints of Seal Brown #30120D

Color information

#30120D (or 0x30120D) is unknown color: approx Seal Brown. HEX triplet: 30, 12 and 0D. RGB value is (48,18,13). Sum of RGB (Red+Green+Blue) = 48+18+13=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30120D is #CFEDF2. Grayscale: #1A1A1A. Windows color (decimal): -13626867 or 856624. OLE color: 856624.

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

Color convert

RGB481813-
CMYK00.630.730.81
HSL8.57º57.38%11.96%-
HSV(B)8.57º72.92%18.82%-
XYZ1.511.090.51-
YUV26.4120.44143.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60.76%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=60.76%
G=22.78%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48181300.630.730.818.5757.3811.96
Hex3012D03F4951939c
Octal602215077111121117114
Binary11000010010110101111111001001101000110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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