Html Css Color HEX #280502 Seal Brown

📋 copy color: '#280502'

red 40 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #280502

Tints of Seal Brown #280502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 4.26%

R = 85.11%
G = 10.64%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#280502 (or 0x280502) is known color: Seal Brown. HEX triplet: 28, 05 and 02. RGB value is (40,5,2). Sum of RGB (Red+Green+Blue) = 40+5+2=47 (6% of max value = 765). Red value is 40 (16.02% from 255 or 85.11% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 40 - color contains mainly: red. Hex color #280502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280502 is #D7FAFD. Grayscale: #0F0F0F. Windows color (decimal): -14154494 or 132392. OLE color: 132392.

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

Color convert

RGB 40 5 2 -
CMYK 0 0.88 0.95 0.84
HSL 4.74º 0.9% 0.08% -
HSV(B) 4.74º 0.95% 0.16% -
XYZ 0.94 0.56 0.12 -
YUV 15.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 40 5 2 0 0.88 0.95 0.84 4.74 0.9 0.08
Hex 28 5 2 0 58 5F 54 5 5A 8
Octal 50 5 2 0 130 137 124 5 132 10
Binary 101000 101 10 0 1011000 1011111 1010100 101 1011010 1000

Color Harmonies of #280502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280502

Black with #280502

Text Example


Text Example

White with #280502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280502; }

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

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

background-color css

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

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

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

border-color css

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

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

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