Html Css Color HEX #281512 Seal Brown

📋 copy color: '#281512'

red 40 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #281512

Tints of Seal Brown #281512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 22.78%

R = 50.63%
G = 26.58%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#281512 (or 0x281512) is known color: Seal Brown. HEX triplet: 28, 15 and 12. RGB value is (40,21,18). Sum of RGB (Red+Green+Blue) = 40+21+18=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281512 is #D7EAED. Grayscale: #1A1A1A. Windows color (decimal): -14150382 or 1185064. OLE color: 1185064.

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

Color convert

RGB 40 21 18 -
CMYK 0 0.48 0.55 0.84
HSL 8.18º 0.38% 0.11% -
HSV(B) 8.18º 0.55% 0.16% -
XYZ 1.25 1.03 0.71 -
YUV 26.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 40 21 18 0 0.48 0.55 0.84 8.18 0.38 0.11
Hex 28 15 12 0 30 37 54 8 26 B
Octal 50 25 22 0 60 67 124 10 46 13
Binary 101000 10101 10010 0 110000 110111 1010100 1000 100110 1011

Color Harmonies of #281512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281512

Black with #281512

Text Example


Text Example

White with #281512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281512; }

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

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

background-color css

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

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

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

border-color css

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

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

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