#231400

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

Shades of Cocoa Brown #231400

Tints of Cocoa Brown #231400

Color information

#231400 (or 0x231400) is unknown color: approx Cocoa Brown. HEX triplet: 23, 14 and 00. RGB value is (35,20,0). Sum of RGB (Red+Green+Blue) = 35+20+0=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #231400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231400 is #DCEBFF. Grayscale: #161616. Windows color (decimal): -14478336 or 5155. OLE color: 5155.

HSL color Cylindrical-coordinate representation of color #231400: hue angle of 34.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #231400 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB35200-
CMYK00.4310.86
HSL34.29º100%6.86%-
HSV(B)34.29º100%13.73%-
XYZ0.940.860.12-
YUV22.2115.47137.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 63.64%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.64%
G=36.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3520000.4310.8634.291006.86
Hex2314002B645622647
Octal43240053144126421447
Binary1000111010000101011110010010101101000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231400; }

 p { color: rgb(35,20,0); }

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

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

 a { background-color: rgb(35,20,0); }

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

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

 span { border-color: rgb(35,20,0); }

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