Html Css Color HEX #281511 Seal Brown

📋 copy color: '#281511'

red 40 ◦ green 21 ◦ blue 17

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

Shades of Seal Brown #281511

Tints of Seal Brown #281511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

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

R = 51.28%
G = 26.92%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.84

RGB Variations

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

Color information

#281511 (or 0x281511) is known color: Seal Brown. HEX triplet: 28, 15 and 11. RGB value is (40,21,17). Sum of RGB (Red+Green+Blue) = 40+21+17=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281511 is #D7EAEE. Grayscale: #1A1A1A. Windows color (decimal): -14150383 or 1119528. OLE color: 1119528.

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

Color convert

RGB 40 21 17 -
CMYK 0 0.48 0.57 0.84
HSL 10.43º 0.4% 0.11% -
HSV(B) 10.43º 0.58% 0.16% -
XYZ 1.24 1.03 0.66 -
YUV 26.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 40 21 17 0 0.48 0.57 0.84 10.43 0.4 0.11
Hex 28 15 11 0 30 39 54 A 28 B
Octal 50 25 21 0 60 71 124 12 50 13
Binary 101000 10101 10001 0 110000 111001 1010100 1010 101000 1011

Color Harmonies of #281511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281511

Black with #281511

Text Example


Text Example

White with #281511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281511; }

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

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

background-color css

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

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

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

border-color css

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

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

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