Html Css Color HEX #281310 Seal Brown

📋 copy color: '#281310'

red 40 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #281310

Tints of Seal Brown #281310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.33%

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

R = 53.33%
G = 25.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.84

RGB Variations

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

Color information

#281310 (or 0x281310) is known color: Seal Brown. HEX triplet: 28, 13 and 10. RGB value is (40,19,16). Sum of RGB (Red+Green+Blue) = 40+19+16=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #281310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281310 is #D7ECEF. Grayscale: #181818. Windows color (decimal): -14150896 or 1053480. OLE color: 1053480.

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

Color convert

RGB 40 19 16 -
CMYK 0 0.52 0.60 0.84
HSL 7.5º 0.43% 0.11% -
HSV(B) 7.5º 0.6% 0.16% -
XYZ 1.2 0.95 0.61 -
YUV 24.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 40 19 16 0 0.52 0.60 0.84 7.5 0.43 0.11
Hex 28 13 10 0 34 3C 54 8 2B B
Octal 50 23 20 0 64 74 124 10 53 13
Binary 101000 10011 10000 0 110100 111100 1010100 1000 101011 1011

Color Harmonies of #281310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281310

Black with #281310

Text Example


Text Example

White with #281310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281310; }

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

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

background-color css

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

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

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

border-color css

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

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

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