#231300

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

Shades of Cocoa Brown #231300

Tints of Cocoa Brown #231300

Color information

#231300 (or 0x231300) is unknown color: approx Cocoa Brown. HEX triplet: 23, 13 and 00. RGB value is (35,19,0). Sum of RGB (Red+Green+Blue) = 35+19+0=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #231300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231300 is #DCECFF. Grayscale: #151515. Windows color (decimal): -14478592 or 4899. OLE color: 4899.

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

Color convert

RGB35190-
CMYK00.4610.86
HSL32.57º100%6.86%-
HSV(B)32.57º100%13.73%-
XYZ0.930.820.11-
YUV21.62115.8137.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 64.81%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.81%
G=35.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3519000.4610.8632.571006.86
Hex2313002E645621647
Octal43230056144126411447
Binary1000111001100101110110010010101101000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231300; }

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

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

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

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

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

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

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

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