#231304

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

Shades of Cocoa Brown #231304

Tints of Cocoa Brown #231304

Color information

#231304 (or 0x231304) is unknown color: approx Cocoa Brown. HEX triplet: 23, 13 and 04. RGB value is (35,19,4). Sum of RGB (Red+Green+Blue) = 35+19+4=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #231304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231304 is #DCECFB. Grayscale: #161616. Windows color (decimal): -14478588 or 267043. OLE color: 267043.

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

Color convert

RGB35194-
CMYK00.460.890.86
HSL29.03º79.49%7.65%-
HSV(B)29.03º88.57%13.73%-
XYZ0.950.830.23-
YUV22.07117.8137.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 60.34%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=60.34%
G=32.76%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3519400.460.890.8629.0379.497.65
Hex2313402E59561d4f8
Octal432340561311263511710
Binary100011100111000101110101100110101101110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231304; }

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

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

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

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

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

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

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

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