#28120C

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

Shades of Seal Brown #28120C

Tints of Seal Brown #28120C

Color information

#28120C (or 0x28120C) is unknown color: approx Seal Brown. HEX triplet: 28, 12 and 0C. RGB value is (40,18,12). Sum of RGB (Red+Green+Blue) = 40+18+12=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #28120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28120C is #D7EDF3. Grayscale: #171717. Windows color (decimal): -14151156 or 791080. OLE color: 791080.

HSL color Cylindrical-coordinate representation of color #28120C: hue angle of 12.86º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28120C is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB401812-
CMYK00.550.700.84
HSL12.86º53.85%10.2%-
HSV(B)12.86º70%15.69%-
XYZ1.160.910.46-
YUV23.89121.29139.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=57.14%
G=25.71%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40181200.550.700.8412.8653.8510.2
Hex2812C0374654d36a
Octal502214067106124156612
Binary10100010010110001101111000110101010011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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