#280C06

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

Shades of Seal Brown #280C06

Tints of Seal Brown #280C06

Color information

#280C06 (or 0x280C06) is unknown color: approx Seal Brown. HEX triplet: 28, 0C and 06. RGB value is (40,12,6). Sum of RGB (Red+Green+Blue) = 40+12+6=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #280C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C06 is #D7F3F9. Grayscale: #131313. Windows color (decimal): -14152698 or 396328. OLE color: 396328.

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

Color convert

RGB40126-
CMYK00.700.850.84
HSL10.59º73.91%9.02%-
HSV(B)10.59º85%15.69%-
XYZ1.040.730.26-
YUV19.69120.28142.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 68.97%
GREEN value IS 12 (5.08% from 255) = 20.69%
BLUE value IS 6 (2.73% from 255) = 10.34%
R=68.97%
G=20.69%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4012600.700.850.8410.5973.919.02
Hex28C60465554b4a9
Octal5014601061251241311211
Binary10100011001100100011010101011010100101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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