#280C05

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

Shades of Seal Brown #280C05

Tints of Seal Brown #280C05

Color information

#280C05 (or 0x280C05) is unknown color: approx Seal Brown. HEX triplet: 28, 0C and 05. RGB value is (40,12,5). Sum of RGB (Red+Green+Blue) = 40+12+5=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #280C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C05 is #D7F3FA. Grayscale: #131313. Windows color (decimal): -14152699 or 330792. OLE color: 330792.

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

Color convert

RGB40125-
CMYK00.700.880.84
HSL12º77.78%8.82%-
HSV(B)12º87.5%15.69%-
XYZ1.030.730.23-
YUV19.57119.78142.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 70.18%
GREEN value IS 12 (5.08% from 255) = 21.05%
BLUE value IS 5 (2.34% from 255) = 8.77%
R=70.18%
G=21.05%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4012500.700.880.841277.788.82
Hex28C50465854c4e9
Octal5014501061301241411611
Binary10100011001010100011010110001010100110010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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