#280C04

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

Shades of Seal Brown #280C04

Tints of Seal Brown #280C04

Color information

#280C04 (or 0x280C04) is unknown color: approx Seal Brown. HEX triplet: 28, 0C and 04. RGB value is (40,12,4). Sum of RGB (Red+Green+Blue) = 40+12+4=56 (7% of max value = 765). Red value is 40 (16.02% from 255 or 71.43% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 40 - color contains mainly: red. Hex color #280C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C04 is #D7F3FB. Grayscale: #131313. Windows color (decimal): -14152700 or 265256. OLE color: 265256.

HSL color Cylindrical-coordinate representation of color #280C04: hue angle of 13.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280C04 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB40124-
CMYK00.700.900.84
HSL13.33º81.82%8.63%-
HSV(B)13.33º90%15.69%-
XYZ1.030.720.2-
YUV19.46119.28142.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 71.43%
GREEN value IS 12 (5.08% from 255) = 21.43%
BLUE value IS 4 (1.95% from 255) = 7.14%
R=71.43%
G=21.43%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4012400.700.900.8413.3381.828.63
Hex28C40465A54d529
Octal5014401061321241512211
Binary10100011001000100011010110101010100110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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