#231301

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

Shades of Cocoa Brown #231301

Tints of Cocoa Brown #231301

Color information

#231301 (or 0x231301) is unknown color: approx Cocoa Brown. HEX triplet: 23, 13 and 01. RGB value is (35,19,1). Sum of RGB (Red+Green+Blue) = 35+19+1=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #231301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231301 is #DCECFE. Grayscale: #151515. Windows color (decimal): -14478591 or 70435. OLE color: 70435.

HSL color Cylindrical-coordinate representation of color #231301: hue angle of 31.76º 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 #231301 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB35191-
CMYK00.460.970.86
HSL31.76º94.44%7.06%-
HSV(B)31.76º97.14%13.73%-
XYZ0.930.830.14-
YUV21.73116.3137.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 63.64%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 1 (0.78% from 255) = 1.82%
R=63.64%
G=34.55%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3519100.460.970.8631.7694.447.06
Hex2313102E6156205e7
Octal43231056141126401367
Binary1000111001110101110110000110101101000001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231301; }

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

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

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

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

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

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

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

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