#281208

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

Shades of Seal Brown #281208

Tints of Seal Brown #281208

Color information

#281208 (or 0x281208) is unknown color: approx Seal Brown. HEX triplet: 28, 12 and 08. RGB value is (40,18,8). Sum of RGB (Red+Green+Blue) = 40+18+8=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #281208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281208 is #D7EDF7. Grayscale: #171717. Windows color (decimal): -14151160 or 528936. OLE color: 528936.

HSL color Cylindrical-coordinate representation of color #281208: hue angle of 18.75º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281208 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB40188-
CMYK00.550.800.84
HSL18.75º66.67%9.41%-
HSV(B)18.75º80%15.69%-
XYZ1.140.90.34-
YUV23.44119.29139.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 60.61%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 8 (3.52% from 255) = 12.12%
R=60.61%
G=27.27%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4018800.550.800.8418.7566.679.41
Hex28128037505413439
Octal5022100671201242310311
Binary1010001001010000110111101000010101001001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281208; }

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

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

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

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

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

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

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

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