#201715

Color #201715 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #201715

Tints of Seal Brown #201715

Color information

#201715 (or 0x201715) is unknown color: approx Seal Brown. HEX triplet: 20, 17 and 15. RGB value is (32,23,21). Sum of RGB (Red+Green+Blue) = 32+23+21=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #201715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201715 is #DFE8EA. Grayscale: #191919. Windows color (decimal): -14674155 or 1382176. OLE color: 1382176.

HSL color Cylindrical-coordinate representation of color #201715: hue angle of 10.91º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #201715 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB322321-
CMYK00.280.340.87
HSL10.91º20.75%10.39%-
HSV(B)10.91º34.38%12.55%-
XYZ1.040.970.84-
YUV25.46125.48132.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=42.11%
G=30.26%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32232100.280.340.8710.9120.7510.39
Hex20171501C2257b15a
Octal40272503442127132512
Binary100000101111010101110010001010101111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201715; }

 p { color: rgb(32,23,21); }

 H1.HeaderClassName
 {
   color: #201715;
 }
 .AnyTagClassName
 {
   color: #201715;
 }
</style>
background-color css

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

 a { background-color: rgb(32,23,21); }

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

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

 span { border-color: rgb(32,23,21); }

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