Html Css Color HEX #280501 Seal Brown

📋 copy color: '#280501'

red 40 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #280501

Tints of Seal Brown #280501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.17%

R = 86.96%
G = 10.87%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#280501 (or 0x280501) is known color: Seal Brown. HEX triplet: 28, 05 and 01. RGB value is (40,5,1). Sum of RGB (Red+Green+Blue) = 40+5+1=46 (6% of max value = 765). Red value is 40 (16.02% from 255 or 86.96% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 40 - color contains mainly: red. Hex color #280501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280501 is #D7FAFE. Grayscale: #0F0F0F. Windows color (decimal): -14154495 or 66856. OLE color: 66856.

HSL color Cylindrical-coordinate representation of color #280501: hue angle of 6.15º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280501 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 5 1 -
CMYK 0 0.88 0.98 0.84
HSL 6.15º 0.95% 0.08% -
HSV(B) 6.15º 0.98% 0.16% -
XYZ 0.93 0.56 0.09 -
YUV 15.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 40 5 1 0 0.88 0.98 0.84 6.15 0.95 0.08
Hex 28 5 1 0 58 62 54 6 5F 8
Octal 50 5 1 0 130 142 124 6 137 10
Binary 101000 101 1 0 1011000 1100010 1010100 110 1011111 1000

Color Harmonies of #280501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280501

Black with #280501

Text Example


Text Example

White with #280501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280501; }

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

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

background-color css

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

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

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

border-color css

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

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

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