Html Css Color HEX #280901 Seal Brown

📋 copy color: '#280901'

red 40 ◦ green 9 ◦ blue 1

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

Shades of Seal Brown #280901

Tints of Seal Brown #280901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2%

R = 80%
G = 18%
B = 2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#280901 (or 0x280901) is known color: Seal Brown. HEX triplet: 28, 09 and 01. RGB value is (40,9,1). Sum of RGB (Red+Green+Blue) = 40+9+1=50 (6% of max value = 765). Red value is 40 (16.02% from 255 or 80% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 40 - color contains mainly: red. Hex color #280901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280901 is #D7F6FE. Grayscale: #111111. Windows color (decimal): -14153471 or 67880. OLE color: 67880.

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

Color convert

RGB 40 9 1 -
CMYK 0 0.78 0.98 0.84
HSL 12.31º 0.95% 0.08% -
HSV(B) 12.31º 0.98% 0.16% -
XYZ 0.98 0.65 0.1 -
YUV 17.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 40 9 1 0 0.78 0.98 0.84 12.31 0.95 0.08
Hex 28 9 1 0 4E 62 54 C 5F 8
Octal 50 11 1 0 116 142 124 14 137 10
Binary 101000 1001 1 0 1001110 1100010 1010100 1100 1011111 1000

Color Harmonies of #280901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280901

Black with #280901

Text Example


Text Example

White with #280901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280901; }

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

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

background-color css

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

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

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

border-color css

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

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

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