#231101

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

Shades of Cocoa Brown #231101

Tints of Cocoa Brown #231101

Color information

#231101 (or 0x231101) is unknown color: approx Cocoa Brown. HEX triplet: 23, 11 and 01. RGB value is (35,17,1). Sum of RGB (Red+Green+Blue) = 35+17+1=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #231101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231101 is #DCEEFE. Grayscale: #141414. Windows color (decimal): -14479103 or 69923. OLE color: 69923.

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

Color convert

RGB35171-
CMYK00.510.970.86
HSL28.24º94.44%7.06%-
HSV(B)28.24º97.14%13.73%-
XYZ0.90.760.13-
YUV20.56116.96138.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 1 (0.78% from 255) = 1.89%
R=66.04%
G=32.08%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3517100.510.970.8628.2494.447.06
Hex2311103361561c5e7
Octal43211063141126341367
Binary100011100011011001111000011010110111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231101; }

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

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

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

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

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

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

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

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