Html Css Color HEX #280402 Seal Brown

📋 copy color: '#280402'

red 40 ◦ green 4 ◦ blue 2

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

Shades of Seal Brown #280402

Tints of Seal Brown #280402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.7%

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

R = 86.96%
G = 8.7%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#280402 (or 0x280402) is known color: Seal Brown. HEX triplet: 28, 04 and 02. RGB value is (40,4,2). Sum of RGB (Red+Green+Blue) = 40+4+2=46 (6% of max value = 765). Red value is 40 (16.02% from 255 or 86.96% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 40 - color contains mainly: red. Hex color #280402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280402 is #D7FBFD. Grayscale: #0E0E0E. Windows color (decimal): -14154750 or 132136. OLE color: 132136.

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

Color convert

RGB 40 4 2 -
CMYK 0 0.90 0.95 0.84
HSL 3.16º 0.9% 0.08% -
HSV(B) 3.16º 0.95% 0.16% -
XYZ 0.93 0.54 0.11 -
YUV 14.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 40 4 2 0 0.90 0.95 0.84 3.16 0.9 0.08
Hex 28 4 2 0 5A 5F 54 3 5A 8
Octal 50 4 2 0 132 137 124 3 132 10
Binary 101000 100 10 0 1011010 1011111 1010100 11 1011010 1000

Color Harmonies of #280402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280402

Black with #280402

Text Example


Text Example

White with #280402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280402; }

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

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

background-color css

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

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

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

border-color css

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

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

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