#231201

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

Shades of Cocoa Brown #231201

Tints of Cocoa Brown #231201

Color information

#231201 (or 0x231201) is unknown color: approx Cocoa Brown. HEX triplet: 23, 12 and 01. RGB value is (35,18,1). Sum of RGB (Red+Green+Blue) = 35+18+1=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #231201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231201 is #DCEDFE. Grayscale: #151515. Windows color (decimal): -14478847 or 70179. OLE color: 70179.

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

Color convert

RGB35181-
CMYK00.490.970.86
HSL30º94.44%7.06%-
HSV(B)30º97.14%13.73%-
XYZ0.910.790.13-
YUV21.14116.63137.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 64.81%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=64.81%
G=33.33%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3518100.490.970.863094.447.06
Hex2312103161561e5e7
Octal43221061141126361367
Binary100011100101011000111000011010110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231201; }

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

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

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

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

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

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

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

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