Html Css Color HEX #280804 Seal Brown

📋 copy color: '#280804'

red 40 ◦ green 8 ◦ blue 4

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

Shades of Seal Brown #280804

Tints of Seal Brown #280804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 15.38%

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

R = 76.92%
G = 15.38%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#280804 (or 0x280804) is known color: Seal Brown. HEX triplet: 28, 08 and 04. RGB value is (40,8,4). Sum of RGB (Red+Green+Blue) = 40+8+4=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #280804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280804 is #D7F7FB. Grayscale: #111111. Windows color (decimal): -14153724 or 264232. OLE color: 264232.

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

Color convert

RGB 40 8 4 -
CMYK 0 0.80 0.90 0.84
HSL 6.67º 0.82% 0.09% -
HSV(B) 6.67º 0.9% 0.16% -
XYZ 0.98 0.63 0.19 -
YUV 17.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 40 8 4 0 0.80 0.90 0.84 6.67 0.82 0.09
Hex 28 8 4 0 50 5A 54 7 52 9
Octal 50 10 4 0 120 132 124 7 122 11
Binary 101000 1000 100 0 1010000 1011010 1010100 111 1010010 1001

Color Harmonies of #280804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280804

Black with #280804

Text Example


Text Example

White with #280804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280804; }

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

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

background-color css

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

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

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

border-color css

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

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

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