Html Css Color HEX #281614 Seal Brown

📋 copy color: '#281614'

red 40 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #281614

Tints of Seal Brown #281614

RGB

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

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

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

R = 48.78%
G = 26.83%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#281614 (or 0x281614) is known color: Seal Brown. HEX triplet: 28, 16 and 14. RGB value is (40,22,20). Sum of RGB (Red+Green+Blue) = 40+22+20=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #281614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281614 is #D7E9EB. Grayscale: #1B1B1B. Windows color (decimal): -14150124 or 1316392. OLE color: 1316392.

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

Color convert

RGB 40 22 20 -
CMYK 0 0.45 0.5 0.84
HSL 0.33% 0.12% -
HSV(B) 0.5% 0.16% -
XYZ 1.29 1.08 0.8 -
YUV 27.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 40 22 20 0 0.45 0.5 0.84 6 0.33 0.12
Hex 28 16 14 0 2D 32 54 6 21 C
Octal 50 26 24 0 55 62 124 6 41 14
Binary 101000 10110 10100 0 101101 110010 1010100 110 100001 1100

Color Harmonies of #281614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281614

Black with #281614

Text Example


Text Example

White with #281614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281614; }

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

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

background-color css

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

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

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

border-color css

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

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

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