#30120C

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

Shades of Seal Brown #30120C

Tints of Seal Brown #30120C

Color information

#30120C (or 0x30120C) is unknown color: approx Seal Brown. HEX triplet: 30, 12 and 0C. RGB value is (48,18,12). Sum of RGB (Red+Green+Blue) = 48+18+12=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #30120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30120C is #CFEDF3. Grayscale: #1A1A1A. Windows color (decimal): -13626868 or 791088. OLE color: 791088.

HSL color Cylindrical-coordinate representation of color #30120C: hue angle of 10º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30120C is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB481812-
CMYK00.630.750.81
HSL10º60%11.76%-
HSV(B)10º75%18.82%-
XYZ1.51.090.48-
YUV26.29119.94143.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 61.54%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=61.54%
G=23.08%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48181200.630.750.81106011.76
Hex3012C03F4B51a3cc
Octal602214077113121127414
Binary11000010010110001111111001011101000110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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