#231200

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

Shades of Cocoa Brown #231200

Tints of Cocoa Brown #231200

Color information

#231200 (or 0x231200) is unknown color: approx Cocoa Brown. HEX triplet: 23, 12 and 00. RGB value is (35,18,0). Sum of RGB (Red+Green+Blue) = 35+18+0=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #231200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231200 is #DCEDFF. Grayscale: #151515. Windows color (decimal): -14478848 or 4643. OLE color: 4643.

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

Color convert

RGB35180-
CMYK00.4910.86
HSL30.86º100%6.86%-
HSV(B)30.86º100%13.73%-
XYZ0.910.790.1-
YUV21.03116.13137.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 18 (7.42% from 255) = 33.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.04%
G=33.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3518000.4910.8630.861006.86
Hex2312003164561f647
Octal43220061144126371447
Binary100011100100011000111001001010110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231200; }

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

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

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

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

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

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

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

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