#231211

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

Shades of Seal Brown #231211

Tints of Seal Brown #231211

Color information

#231211 (or 0x231211) is unknown color: approx Seal Brown. HEX triplet: 23, 12 and 11. RGB value is (35,18,17). Sum of RGB (Red+Green+Blue) = 35+18+17=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #231211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231211 is #DCEDEE. Grayscale: #161616. Windows color (decimal): -14478831 or 1118755. OLE color: 1118755.

HSL color Cylindrical-coordinate representation of color #231211: hue angle of 3.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231211 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB351817-
CMYK00.490.510.86
HSL3.33º34.62%10.2%-
HSV(B)3.33º51.43%13.73%-
XYZ1.010.830.64-
YUV22.97124.63136.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=50%
G=25.71%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35181700.490.510.863.3334.6210.2
Hex2312110313356323a
Octal4322210616312634312
Binary100011100101000101100011100111010110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231211; }

 p { color: rgb(35,18,17); }

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

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

 a { background-color: rgb(35,18,17); }

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

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

 span { border-color: rgb(35,18,17); }

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