#280E05

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

Shades of Seal Brown #280E05

Tints of Seal Brown #280E05

Color information

#280E05 (or 0x280E05) is unknown color: approx Seal Brown. HEX triplet: 28, 0E and 05. RGB value is (40,14,5). Sum of RGB (Red+Green+Blue) = 40+14+5=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E05 is #D7F1FA. Grayscale: #141414. Windows color (decimal): -14152187 or 331304. OLE color: 331304.

HSL color Cylindrical-coordinate representation of color #280E05: hue angle of 15.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280E05 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB40145-
CMYK00.650.880.84
HSL15.43º77.78%8.82%-
HSV(B)15.43º87.5%15.69%-
XYZ1.060.780.24-
YUV20.75119.11141.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 67.80%
GREEN value IS 14 (5.86% from 255) = 23.73%
BLUE value IS 5 (2.34% from 255) = 8.47%
R=67.80%
G=23.73%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4014500.650.880.8415.4377.788.82
Hex28E50415854f4e9
Octal5016501011301241711611
Binary10100011101010100000110110001010100111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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