#231B10

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

Shades of Cocoa Brown #231B10

Tints of Cocoa Brown #231B10

Color information

#231B10 (or 0x231B10) is unknown color: approx Cocoa Brown. HEX triplet: 23, 1B and 10. RGB value is (35,27,16). Sum of RGB (Red+Green+Blue) = 35+27+16=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B10 is #DCE4EF. Grayscale: #1C1C1C. Windows color (decimal): -14476528 or 1055523. OLE color: 1055523.

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

Color convert

RGB352716-
CMYK00.230.540.86
HSL34.74º37.25%10%-
HSV(B)34.74º54.29%13.73%-
XYZ1.181.180.66-
YUV28.14121.15132.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 27 (10.94% from 255) = 34.62%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=44.87%
G=34.62%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35271600.230.540.8634.7437.2510
Hex231B1001736562325a
Octal43332002766126434512
Binary100011110111000001011111011010101101000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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