#281106

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

Shades of Seal Brown #281106

Tints of Seal Brown #281106

Color information

#281106 (or 0x281106) is unknown color: approx Seal Brown. HEX triplet: 28, 11 and 06. RGB value is (40,17,6). Sum of RGB (Red+Green+Blue) = 40+17+6=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #281106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281106 is #D7EEF9. Grayscale: #161616. Windows color (decimal): -14151418 or 397608. OLE color: 397608.

HSL color Cylindrical-coordinate representation of color #281106: hue angle of 19.41º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281106 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB40176-
CMYK00.570.850.84
HSL19.41º73.91%9.02%-
HSV(B)19.41º85%15.69%-
XYZ1.110.870.28-
YUV22.62118.62140.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 17 (7.03% from 255) = 26.98%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=63.49%
G=26.98%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4017600.570.850.8419.4173.919.02
Hex281160395554134a9
Octal502160711251242311211
Binary101000100011100111001101010110101001001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281106; }

 p { color: rgb(40,17,6); }

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

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

 a { background-color: rgb(40,17,6); }

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

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

 span { border-color: rgb(40,17,6); }

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