#280E08

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

Shades of Seal Brown #280E08

Tints of Seal Brown #280E08

Color information

#280E08 (or 0x280E08) is unknown color: approx Seal Brown. HEX triplet: 28, 0E and 08. RGB value is (40,14,8). Sum of RGB (Red+Green+Blue) = 40+14+8=62 (8% of max value = 765). Red value is 40 (16.02% from 255 or 64.52% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 40 - color contains mainly: red. Hex color #280E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E08 is #D7F1F7. Grayscale: #151515. Windows color (decimal): -14152184 or 527912. OLE color: 527912.

HSL color Cylindrical-coordinate representation of color #280E08: hue angle of 11.25º 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 #280E08 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB40148-
CMYK00.650.800.84
HSL11.25º66.67%9.41%-
HSV(B)11.25º80%15.69%-
XYZ1.080.780.32-
YUV21.09120.61141.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 64.52%
GREEN value IS 14 (5.86% from 255) = 22.58%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=64.52%
G=22.58%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4014800.650.800.8411.2566.679.41
Hex28E80415054b439
Octal50161001011201241310311
Binary101000111010000100000110100001010100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280E08; }

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

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

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

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

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

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

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

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