Html Css Color HEX #281514 Seal Brown

📋 copy color: '#281514'

red 40 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #281514

Tints of Seal Brown #281514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 24.69%

R = 49.38%
G = 25.93%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#281514 (or 0x281514) is known color: Seal Brown. HEX triplet: 28, 15 and 14. RGB value is (40,21,20). Sum of RGB (Red+Green+Blue) = 40+21+20=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281514 is #D7EAEB. Grayscale: #1A1A1A. Windows color (decimal): -14150380 or 1316136. OLE color: 1316136.

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

Color convert

RGB 40 21 20 -
CMYK 0 0.48 0.5 0.84
HSL 0.33% 0.12% -
HSV(B) 0.5% 0.16% -
XYZ 1.27 1.04 0.8 -
YUV 26.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 40 21 20 0 0.48 0.5 0.84 3 0.33 0.12
Hex 28 15 14 0 30 32 54 3 21 C
Octal 50 25 24 0 60 62 124 3 41 14
Binary 101000 10101 10100 0 110000 110010 1010100 11 100001 1100

Color Harmonies of #281514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281514

Black with #281514

Text Example


Text Example

White with #281514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281514; }

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

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

background-color css

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

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

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

border-color css

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

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

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