#28120F

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

Shades of Seal Brown #28120F

Tints of Seal Brown #28120F

Color information

#28120F (or 0x28120F) is unknown color: approx Seal Brown. HEX triplet: 28, 12 and 0F. RGB value is (40,18,15). Sum of RGB (Red+Green+Blue) = 40+18+15=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #28120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28120F is #D7EDF0. Grayscale: #181818. Windows color (decimal): -14151153 or 987688. OLE color: 987688.

HSL color Cylindrical-coordinate representation of color #28120F: hue angle of 7.2º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28120F is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB401815-
CMYK00.550.620.84
HSL7.2º45.45%10.78%-
HSV(B)7.2º62.5%15.69%-
XYZ1.180.920.57-
YUV24.24122.79139.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.79%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=54.79%
G=24.66%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40181500.550.620.847.245.4510.78
Hex2812F0373E5472db
Octal5022170677612475513
Binary101000100101111011011111111010101001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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