Html Css Color HEX #281616 Seal Brown

📋 copy color: '#281616'

red 40 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #281616

Tints of Seal Brown #281616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 26.19%

R = 47.62%
G = 26.19%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.84

RGB Variations

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

Color information

#281616 (or 0x281616) is known color: Seal Brown. HEX triplet: 28, 16 and 16. RGB value is (40,22,22). Sum of RGB (Red+Green+Blue) = 40+22+22=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281616 is #D7E9E9. Grayscale: #1B1B1B. Windows color (decimal): -14150122 or 1447464. OLE color: 1447464.

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

Color convert

RGB 40 22 22 -
CMYK 0 0.45 0.45 0.84
HSL 0.29% 0.12% -
HSV(B) 0.45% 0.16% -
XYZ 1.31 1.08 0.9 -
YUV 27.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 40 22 22 0 0.45 0.45 0.84 0 0.29 0.12
Hex 28 16 16 0 2D 2D 54 0 1D C
Octal 50 26 26 0 55 55 124 0 35 14
Binary 101000 10110 10110 0 101101 101101 1010100 0 11101 1100

Color Harmonies of #281616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281616

Black with #281616

Text Example


Text Example

White with #281616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281616; }

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

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

background-color css

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

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

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

border-color css

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

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

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