Html Css Color HEX #280604 Seal Brown

📋 copy color: '#280604'

red 40 ◦ green 6 ◦ blue 4

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

Shades of Seal Brown #280604

Tints of Seal Brown #280604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12%

 BLUE value IS 4 (1.95% from 255) = 8%

R = 80%
G = 12%
B = 8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#280604 (or 0x280604) is known color: Seal Brown. HEX triplet: 28, 06 and 04. RGB value is (40,6,4). Sum of RGB (Red+Green+Blue) = 40+6+4=50 (6% of max value = 765). Red value is 40 (16.02% from 255 or 80% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 40 - color contains mainly: red. Hex color #280604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280604 is #D7F9FB. Grayscale: #0F0F0F. Windows color (decimal): -14154236 or 263720. OLE color: 263720.

HSL color Cylindrical-coordinate representation of color #280604: hue angle of 3.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280604 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 6 4 -
CMYK 0 0.85 0.90 0.84
HSL 3.33º 0.82% 0.09% -
HSV(B) 3.33º 0.9% 0.16% -
XYZ 0.96 0.59 0.18 -
YUV 15.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 40 6 4 0 0.85 0.90 0.84 3.33 0.82 0.09
Hex 28 6 4 0 55 5A 54 3 52 9
Octal 50 6 4 0 125 132 124 3 122 11
Binary 101000 110 100 0 1010101 1011010 1010100 11 1010010 1001

Color Harmonies of #280604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280604

Black with #280604

Text Example


Text Example

White with #280604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280604; }

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

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

background-color css

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

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

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

border-color css

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

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

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