Html Css Color HEX #280803 Seal Brown

📋 copy color: '#280803'

red 40 ◦ green 8 ◦ blue 3

#280803
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #280803

Tints of Seal Brown #280803

RGB

 RED value IS 40 (16.02% from 255) = 78.43%

 GREEN value IS 8 (3.52% from 255) = 15.69%

 BLUE value IS 3 (1.56% from 255) = 5.88%

R = 78.43%
G = 15.69%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.84

RGB Variations

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

Color information

#280803 (or 0x280803) is known color: Seal Brown. HEX triplet: 28, 08 and 03. RGB value is (40,8,3). Sum of RGB (Red+Green+Blue) = 40+8+3=51 (6% of max value = 765). Red value is 40 (16.02% from 255 or 78.43% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 40 - color contains mainly: red. Hex color #280803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280803 is #D7F7FC. Grayscale: #111111. Windows color (decimal): -14153725 or 198696. OLE color: 198696.

HSL color Cylindrical-coordinate representation of color #280803: hue angle of 8.11º 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 #280803 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 8 3 -
CMYK 0 0.80 0.93 0.84
HSL 8.11º 0.86% 0.08% -
HSV(B) 8.11º 0.93% 0.16% -
XYZ 0.98 0.63 0.16 -
YUV 17 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 40 8 3 0 0.80 0.93 0.84 8.11 0.86 0.08
Hex 28 8 3 0 50 5D 54 8 56 8
Octal 50 10 3 0 120 135 124 10 126 10
Binary 101000 1000 11 0 1010000 1011101 1010100 1000 1010110 1000

Color Harmonies of #280803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280803

Black with #280803

Text Example


Text Example

White with #280803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280803; }

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

 H1.HeaderClassName
 {
   color: #280803;
 }
 .AnyTagClassName
 {
   color: #280803;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #280803;
 }
 .BgClassName
 {
   background-color: #280803;
 }
</style>

border-color css

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

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

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