#231B11

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

Shades of Cocoa Brown #231B11

Tints of Cocoa Brown #231B11

Color information

#231B11 (or 0x231B11) is unknown color: approx Cocoa Brown. HEX triplet: 23, 1B and 11. RGB value is (35,27,17). Sum of RGB (Red+Green+Blue) = 35+27+17=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #231B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B11 is #DCE4EE. Grayscale: #1C1C1C. Windows color (decimal): -14476527 or 1121059. OLE color: 1121059.

HSL color Cylindrical-coordinate representation of color #231B11: hue angle of 33.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 #231B11 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB352717-
CMYK00.230.510.86
HSL33.33º34.62%10.2%-
HSV(B)33.33º51.43%13.73%-
XYZ1.191.180.7-
YUV28.25121.65132.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.30%
GREEN value IS 27 (10.94% from 255) = 34.18%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=44.30%
G=34.18%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35271700.230.510.8633.3334.6210.2
Hex231B1101733562123a
Octal43332102763126414312
Binary100011110111000101011111001110101101000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231B11; }

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

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

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

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

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

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

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

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