#231A0C

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

Shades of Cocoa Brown #231A0C

Tints of Cocoa Brown #231A0C

Color information

#231A0C (or 0x231A0C) is unknown color: approx Cocoa Brown. HEX triplet: 23, 1A and 0C. RGB value is (35,26,12). Sum of RGB (Red+Green+Blue) = 35+26+12=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #231A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A0C is #DCE5F3. Grayscale: #1B1B1B. Windows color (decimal): -14476788 or 793123. OLE color: 793123.

HSL color Cylindrical-coordinate representation of color #231A0C: hue angle of 36.52º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #231A0C is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB352612-
CMYK00.260.660.86
HSL36.52º48.94%9.22%-
HSV(B)36.52º65.71%13.73%-
XYZ1.131.120.51-
YUV27.09119.48133.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 26 (10.55% from 255) = 35.62%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=47.95%
G=35.62%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35261200.260.660.8636.5248.949.22
Hex231AC01A425625319
Octal433214032102126456111
Binary100011110101100011010100001010101101001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,26,12); }

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

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

 a { background-color: rgb(35,26,12); }

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

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

 span { border-color: rgb(35,26,12); }

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