Html Css Color HEX #281410 Seal Brown

📋 copy color: '#281410'

red 40 ◦ green 20 ◦ blue 16

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

Shades of Seal Brown #281410

Tints of Seal Brown #281410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

 BLUE value IS 16 (6.64% from 255) = 21.05%

R = 52.63%
G = 26.32%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.60

 K value IS 0.84

RGB Variations

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

Color information

#281410 (or 0x281410) is known color: Seal Brown. HEX triplet: 28, 14 and 10. RGB value is (40,20,16). Sum of RGB (Red+Green+Blue) = 40+20+16=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #281410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281410 is #D7EBEF. Grayscale: #191919. Windows color (decimal): -14150640 or 1053736. OLE color: 1053736.

HSL color Cylindrical-coordinate representation of color #281410: hue angle of 10º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281410 is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 20 16 -
CMYK 0 0.5 0.60 0.84
HSL 10º 0.43% 0.11% -
HSV(B) 10º 0.6% 0.16% -
XYZ 1.22 0.99 0.62 -
YUV 25.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 40 20 16 0 0.5 0.60 0.84 10 0.43 0.11
Hex 28 14 10 0 32 3C 54 A 2B B
Octal 50 24 20 0 62 74 124 12 53 13
Binary 101000 10100 10000 0 110010 111100 1010100 1010 101011 1011

Color Harmonies of #281410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281410

Black with #281410

Text Example


Text Example

White with #281410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281410; }

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

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

background-color css

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

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

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

border-color css

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

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

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