#281B18

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

Shades of Seal Brown #281B18

Tints of Seal Brown #281B18

Color information

#281B18 (or 0x281B18) is unknown color: approx Seal Brown. HEX triplet: 28, 1B and 18. RGB value is (40,27,24). Sum of RGB (Red+Green+Blue) = 40+27+24=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #281B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B18 is #D7E4E7. Grayscale: #1E1E1E. Windows color (decimal): -14148840 or 1579816. OLE color: 1579816.

HSL color Cylindrical-coordinate representation of color #281B18: hue angle of 11.25º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #281B18 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB402724-
CMYK00.330.400.84
HSL11.25º25%12.55%-
HSV(B)11.25º40%15.69%-
XYZ1.431.31.04-
YUV30.54124.31134.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=43.96%
G=29.67%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40272400.330.400.8411.252512.55
Hex281B180212854b19d
Octal50333004150124133115
Binary1010001101111000010000110100010101001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281B18; }

 p { color: rgb(40,27,24); }

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

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

 a { background-color: rgb(40,27,24); }

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

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

 span { border-color: rgb(40,27,24); }

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