#23180C

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

Shades of Cocoa Brown #23180C

Tints of Cocoa Brown #23180C

Color information

#23180C (or 0x23180C) is unknown color: approx Cocoa Brown. HEX triplet: 23, 18 and 0C. RGB value is (35,24,12). Sum of RGB (Red+Green+Blue) = 35+24+12=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #23180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23180C is #DCE7F3. Grayscale: #191919. Windows color (decimal): -14477300 or 792611. OLE color: 792611.

HSL color Cylindrical-coordinate representation of color #23180C: hue angle of 31.3º 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 #23180C is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB352412-
CMYK00.310.660.86
HSL31.3º48.94%9.22%-
HSV(B)31.3º65.71%13.73%-
XYZ1.091.040.49-
YUV25.92120.14134.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 24 (9.77% from 255) = 33.80%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=49.30%
G=33.80%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35241200.310.660.8631.348.949.22
Hex2318C01F42561f319
Octal433014037102126376111
Binary10001111000110001111110000101010110111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23180C; }

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

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

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

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

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

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

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

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