#281714

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

Shades of Seal Brown #281714

Tints of Seal Brown #281714

Color information

#281714 (or 0x281714) is unknown color: approx Seal Brown. HEX triplet: 28, 17 and 14. RGB value is (40,23,20). Sum of RGB (Red+Green+Blue) = 40+23+20=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #281714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281714 is #D7E8EB. Grayscale: #1B1B1B. Windows color (decimal): -14149868 or 1316648. OLE color: 1316648.

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

Color convert

RGB402320-
CMYK00.430.50.84
HSL33.33%11.76%-
HSV(B)50%15.69%-
XYZ1.311.110.81-
YUV27.74123.63136.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.19%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=48.19%
G=27.71%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40232000.430.50.84933.3311.76
Hex28171402B3254921c
Octal50272405362124114114
Binary10100010111101000101011110010101010010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281714; }

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

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

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

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

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

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

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

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