Html Css Color HEX #281615 Seal Brown

📋 copy color: '#281615'

red 40 ◦ green 22 ◦ blue 21

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

Shades of Seal Brown #281615

Tints of Seal Brown #281615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.51%

 BLUE value IS 21 (8.59% from 255) = 25.3%

R = 48.19%
G = 26.51%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#281615 (or 0x281615) is known color: Seal Brown. HEX triplet: 28, 16 and 15. RGB value is (40,22,21). Sum of RGB (Red+Green+Blue) = 40+22+21=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #281615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281615 is #D7E9EA. Grayscale: #1B1B1B. Windows color (decimal): -14150123 or 1381928. OLE color: 1381928.

HSL color Cylindrical-coordinate representation of color #281615: hue angle of 3.16º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #281615 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 22 21 -
CMYK 0 0.45 0.48 0.84
HSL 3.16º 0.31% 0.12% -
HSV(B) 3.16º 0.48% 0.16% -
XYZ 1.3 1.08 0.85 -
YUV 27.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 40 22 21 0 0.45 0.48 0.84 3.16 0.31 0.12
Hex 28 16 15 0 2D 30 54 3 1F C
Octal 50 26 25 0 55 60 124 3 37 14
Binary 101000 10110 10101 0 101101 110000 1010100 11 11111 1100

Color Harmonies of #281615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281615

Black with #281615

Text Example


Text Example

White with #281615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281615; }

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

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

background-color css

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

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

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

border-color css

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

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

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