#280D06

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

Shades of Seal Brown #280D06

Tints of Seal Brown #280D06

Color information

#280D06 (or 0x280D06) is unknown color: approx Seal Brown. HEX triplet: 28, 0D and 06. RGB value is (40,13,6). Sum of RGB (Red+Green+Blue) = 40+13+6=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280D06 is #D7F2F9. Grayscale: #141414. Windows color (decimal): -14152442 or 396584. OLE color: 396584.

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

Color convert

RGB40136-
CMYK00.670.850.84
HSL12.35º73.91%9.02%-
HSV(B)12.35º85%15.69%-
XYZ1.050.750.26-
YUV20.27119.95142.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 67.80%
GREEN value IS 13 (5.47% from 255) = 22.03%
BLUE value IS 6 (2.73% from 255) = 10.17%
R=67.80%
G=22.03%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4013600.670.850.8412.3573.919.02
Hex28D60435554c4a9
Octal5015601031251241411211
Binary10100011011100100001110101011010100110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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