Html Css Color HEX #281211 Seal Brown

📋 copy color: '#281211'

red 40 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #281211

Tints of Seal Brown #281211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

 BLUE value IS 17 (7.03% from 255) = 22.67%

R = 53.33%
G = 24%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.84

RGB Variations

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

Color information

#281211 (or 0x281211) is known color: Seal Brown. HEX triplet: 28, 12 and 11. RGB value is (40,18,17). Sum of RGB (Red+Green+Blue) = 40+18+17=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #281211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281211 is #D7EDEE. Grayscale: #181818. Windows color (decimal): -14151151 or 1118760. OLE color: 1118760.

HSL color Cylindrical-coordinate representation of color #281211: hue angle of 2.61º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #281211 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 18 17 -
CMYK 0 0.55 0.57 0.84
HSL 2.61º 0.4% 0.11% -
HSV(B) 2.61º 0.58% 0.16% -
XYZ 1.19 0.92 0.65 -
YUV 24.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 40 18 17 0 0.55 0.57 0.84 2.61 0.4 0.11
Hex 28 12 11 0 37 39 54 3 28 B
Octal 50 22 21 0 67 71 124 3 50 13
Binary 101000 10010 10001 0 110111 111001 1010100 11 101000 1011

Color Harmonies of #281211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281211

Black with #281211

Text Example


Text Example

White with #281211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281211; }

 p { color: rgb(40,18,17); }

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

background-color css

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

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

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

border-color css

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

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

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