Html Css Color HEX #280200 Seal Brown

📋 copy color: '#280200'

red 40 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #280200

Tints of Seal Brown #280200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.24%
G = 4.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#280200 (or 0x280200) is known color: Seal Brown. HEX triplet: 28, 02 and 00. RGB value is (40,2,0). Sum of RGB (Red+Green+Blue) = 40+2+0=42 (5% of max value = 765). Red value is 40 (16.02% from 255 or 95.24% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 40 - color contains mainly: red. Hex color #280200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280200 is #D7FDFF. Grayscale: #0D0D0D. Windows color (decimal): -14155264 or 552. OLE color: 552.

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

Color convert

RGB 40 2 0 -
CMYK 0 0.95 1 0.84
HSL 1% 0.08% -
HSV(B) 1% 0.16% -
XYZ 0.9 0.49 0.05 -
YUV 13.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 40 2 0 0 0.95 1 0.84 3 1 0.08
Hex 28 2 0 0 5F 64 54 3 64 8
Octal 50 2 0 0 137 144 124 3 144 10
Binary 101000 10 0 0 1011111 1100100 1010100 11 1100100 1000

Color Harmonies of #280200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280200

Black with #280200

Text Example


Text Example

White with #280200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280200; }

 p { color: rgb(40,2,0); }

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

background-color css

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

 a { background-color: rgb(40,2,0); }

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

border-color css

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

 span { border-color: rgb(40,2,0); }

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