#280B08

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

Shades of Seal Brown #280B08

Tints of Seal Brown #280B08

Color information

#280B08 (or 0x280B08) is unknown color: approx Seal Brown. HEX triplet: 28, 0B and 08. RGB value is (40,11,8). Sum of RGB (Red+Green+Blue) = 40+11+8=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B08 is #D7F4F7. Grayscale: #131313. Windows color (decimal): -14152952 or 527144. OLE color: 527144.

HSL color Cylindrical-coordinate representation of color #280B08: hue angle of 5.63º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280B08 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB40118-
CMYK00.720.800.84
HSL5.63º66.67%9.41%-
HSV(B)5.63º80%15.69%-
XYZ1.040.710.31-
YUV19.33121.61142.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 67.80%
GREEN value IS 11 (4.69% from 255) = 18.64%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=67.80%
G=18.64%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4011800.720.800.845.6366.679.41
Hex28B804850546439
Octal5013100110120124610311
Binary10100010111000010010001010000101010011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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