#231716

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

Shades of Seal Brown #231716

Tints of Seal Brown #231716

Color information

#231716 (or 0x231716) is unknown color: approx Seal Brown. HEX triplet: 23, 17 and 16. RGB value is (35,23,22). Sum of RGB (Red+Green+Blue) = 35+23+22=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231716 is #DCE8E9. Grayscale: #1A1A1A. Windows color (decimal): -14477546 or 1447715. OLE color: 1447715.

HSL color Cylindrical-coordinate representation of color #231716: hue angle of 4.62º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #231716 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB352322-
CMYK00.340.370.86
HSL4.62º22.81%11.18%-
HSV(B)4.62º37.14%13.73%-
XYZ1.141.030.9-
YUV26.47125.48134.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 23 (9.38% from 255) = 28.75%
BLUE value IS 22 (8.98% from 255) = 27.5%
R=43.75%
G=28.75%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35232200.340.370.864.6222.8111.18
Hex2317160222556517b
Octal4327260424512652713
Binary100011101111011001000101001011010110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231716; }

 p { color: rgb(35,23,22); }

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

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

 a { background-color: rgb(35,23,22); }

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

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

 span { border-color: rgb(35,23,22); }

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