#281712

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

Shades of Seal Brown #281712

Tints of Seal Brown #281712

Color information

#281712 (or 0x281712) is unknown color: approx Seal Brown. HEX triplet: 28, 17 and 12. RGB value is (40,23,18). Sum of RGB (Red+Green+Blue) = 40+23+18=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281712 is #D7E8ED. Grayscale: #1B1B1B. Windows color (decimal): -14149870 or 1185576. OLE color: 1185576.

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

Color convert

RGB402318-
CMYK00.430.550.84
HSL13.64º37.93%11.37%-
HSV(B)13.64º55%15.69%-
XYZ1.291.110.72-
YUV27.51122.63136.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 49.38%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=49.38%
G=28.40%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40231800.430.550.8413.6437.9311.37
Hex28171202B3754e26b
Octal50272205367124164613
Binary10100010111100100101011110111101010011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281712; }

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

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

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

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

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

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

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

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