Html Css Color HEX #280503 Seal Brown

📋 copy color: '#280503'

red 40 ◦ green 5 ◦ blue 3

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

Shades of Seal Brown #280503

Tints of Seal Brown #280503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.42%

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

R = 83.33%
G = 10.42%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.84

RGB Variations

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

Color information

#280503 (or 0x280503) is known color: Seal Brown. HEX triplet: 28, 05 and 03. RGB value is (40,5,3). Sum of RGB (Red+Green+Blue) = 40+5+3=48 (6% of max value = 765). Red value is 40 (16.02% from 255 or 83.33% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 40 - color contains mainly: red. Hex color #280503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280503 is #D7FAFC. Grayscale: #0F0F0F. Windows color (decimal): -14154493 or 197928. OLE color: 197928.

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

Color convert

RGB 40 5 3 -
CMYK 0 0.88 0.93 0.84
HSL 3.24º 0.86% 0.08% -
HSV(B) 3.24º 0.93% 0.16% -
XYZ 0.95 0.57 0.15 -
YUV 15.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 40 5 3 0 0.88 0.93 0.84 3.24 0.86 0.08
Hex 28 5 3 0 58 5D 54 3 56 8
Octal 50 5 3 0 130 135 124 3 126 10
Binary 101000 101 11 0 1011000 1011101 1010100 11 1010110 1000

Color Harmonies of #280503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280503

Black with #280503

Text Example


Text Example

White with #280503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280503; }

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

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

background-color css

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

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

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

border-color css

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

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

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