Html Css Color HEX #280909 Seal Brown

📋 copy color: '#280909'

red 40 ◦ green 9 ◦ blue 9

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

Shades of Seal Brown #280909

Tints of Seal Brown #280909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 15.52%

R = 68.97%
G = 15.52%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#280909 (or 0x280909) is known color: Seal Brown. HEX triplet: 28, 09 and 09. RGB value is (40,9,9). Sum of RGB (Red+Green+Blue) = 40+9+9=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #280909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280909 is #D7F6F6. Grayscale: #121212. Windows color (decimal): -14153463 or 592168. OLE color: 592168.

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

Color convert

RGB 40 9 9 -
CMYK 0 0.78 0.78 0.84
HSL 0.63% 0.1% -
HSV(B) 0.78% 0.16% -
XYZ 1.02 0.67 0.33 -
YUV 18.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 40 9 9 0 0.78 0.78 0.84 0 0.63 0.1
Hex 28 9 9 0 4E 4E 54 0 3F A
Octal 50 11 11 0 116 116 124 0 77 12
Binary 101000 1001 1001 0 1001110 1001110 1010100 0 111111 1010

Color Harmonies of #280909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280909

Black with #280909

Text Example


Text Example

White with #280909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280909; }

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

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

background-color css

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

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

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

border-color css

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

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

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