Html Css Color HEX #280908 Seal Brown

📋 copy color: '#280908'

red 40 ◦ green 9 ◦ blue 8

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

Shades of Seal Brown #280908

Tints of Seal Brown #280908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 15.79%

 BLUE value IS 8 (3.52% from 255) = 14.04%

R = 70.18%
G = 15.79%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.84

RGB Variations

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

Color information

#280908 (or 0x280908) is known color: Seal Brown. HEX triplet: 28, 09 and 08. RGB value is (40,9,8). Sum of RGB (Red+Green+Blue) = 40+9+8=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #280908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280908 is #D7F6F7. Grayscale: #121212. Windows color (decimal): -14153464 or 526632. OLE color: 526632.

HSL color Cylindrical-coordinate representation of color #280908: hue angle of 1.88º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280908 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 9 8 -
CMYK 0 0.78 0.80 0.84
HSL 1.88º 0.67% 0.09% -
HSV(B) 1.88º 0.8% 0.16% -
XYZ 1.02 0.66 0.3 -
YUV 18.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 40 9 8 0 0.78 0.80 0.84 1.88 0.67 0.09
Hex 28 9 8 0 4E 50 54 2 43 9
Octal 50 11 10 0 116 120 124 2 103 11
Binary 101000 1001 1000 0 1001110 1010000 1010100 10 1000011 1001

Color Harmonies of #280908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280908

Black with #280908

Text Example


Text Example

White with #280908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280908; }

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

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

background-color css

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

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

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

border-color css

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

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

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