#281B19

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

Shades of Seal Brown #281B19

Tints of Seal Brown #281B19

Color information

#281B19 (or 0x281B19) is unknown color: approx Seal Brown. HEX triplet: 28, 1B and 19. RGB value is (40,27,25). Sum of RGB (Red+Green+Blue) = 40+27+25=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 40 - color contains mainly: red. Hex color #281B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B19 is #D7E4E6. Grayscale: #1E1E1E. Windows color (decimal): -14148839 or 1645352. OLE color: 1645352.

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

Color convert

RGB402725-
CMYK00.330.380.84
HSL23.08%12.75%-
HSV(B)37.5%15.69%-
XYZ1.441.311.1-
YUV30.66124.81134.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.48%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=43.48%
G=29.35%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40272500.330.380.84823.0812.75
Hex281B190212654817d
Octal50333104146124102715
Binary1010001101111001010000110011010101001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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