Html Css Color HEX #281712 Seal Brown

📋 copy color: '#281712'

red 40 ◦ green 23 ◦ blue 18

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

Shades of Seal Brown #281712

Tints of Seal Brown #281712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.4%

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

R = 49.38%
G = 28.4%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#281712 (or 0x281712) is known color: Seal Brown. HEX triplet: 28, 17 and 12. RGB value is (40,23,18). Sum of RGB (Red+Green+Blue) = 40+23+18=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281712 is #D7E8ED. Grayscale: #1B1B1B. Windows color (decimal): -14149870 or 1185576. OLE color: 1185576.

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

Color convert

RGB 40 23 18 -
CMYK 0 0.43 0.55 0.84
HSL 13.64º 0.38% 0.11% -
HSV(B) 13.64º 0.55% 0.16% -
XYZ 1.29 1.11 0.72 -
YUV 27.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 40 23 18 0 0.43 0.55 0.84 13.64 0.38 0.11
Hex 28 17 12 0 2B 37 54 E 26 B
Octal 50 27 22 0 53 67 124 16 46 13
Binary 101000 10111 10010 0 101011 110111 1010100 1110 100110 1011

Color Harmonies of #281712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281712

Black with #281712

Text Example


Text Example

White with #281712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281712; }

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

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

background-color css

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

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

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

border-color css

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

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

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