#280B03

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

Shades of Seal Brown #280B03

Tints of Seal Brown #280B03

Color information

#280B03 (or 0x280B03) is unknown color: approx Seal Brown. HEX triplet: 28, 0B and 03. RGB value is (40,11,3). Sum of RGB (Red+Green+Blue) = 40+11+3=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B03 is #D7F4FC. Grayscale: #121212. Windows color (decimal): -14152957 or 199464. OLE color: 199464.

HSL color Cylindrical-coordinate representation of color #280B03: hue angle of 12.97º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280B03 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.84.

Color convert

RGB40113-
CMYK00.720.930.84
HSL12.97º86.05%8.43%-
HSV(B)12.97º92.5%15.69%-
XYZ1.010.70.17-
YUV18.76119.11143.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 74.07%
GREEN value IS 11 (4.69% from 255) = 20.37%
BLUE value IS 3 (1.56% from 255) = 5.56%
R=74.07%
G=20.37%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4011300.720.930.8412.9786.058.43
Hex28B30485D54d568
Octal5013301101351241512610
Binary1010001011110100100010111011010100110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,11,3); }

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

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

 a { background-color: rgb(40,11,3); }

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

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

 span { border-color: rgb(40,11,3); }

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