#231204

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

Shades of Cocoa Brown #231204

Tints of Cocoa Brown #231204

Color information

#231204 (or 0x231204) is unknown color: approx Cocoa Brown. HEX triplet: 23, 12 and 04. RGB value is (35,18,4). Sum of RGB (Red+Green+Blue) = 35+18+4=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #231204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231204 is #DCEDFB. Grayscale: #151515. Windows color (decimal): -14478844 or 266787. OLE color: 266787.

HSL color Cylindrical-coordinate representation of color #231204: hue angle of 27.1º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231204 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB35184-
CMYK00.490.890.86
HSL27.1º79.49%7.65%-
HSV(B)27.1º88.57%13.73%-
XYZ0.930.80.22-
YUV21.49118.13137.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 61.40%
GREEN value IS 18 (7.42% from 255) = 31.58%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=61.40%
G=31.58%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3518400.490.890.8627.179.497.65
Hex2312403159561b4f8
Octal432240611311263311710
Binary100011100101000110001101100110101101101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231204; }

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

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

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

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

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

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

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

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