#231100

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

Shades of Cocoa Brown #231100

Tints of Cocoa Brown #231100

Color information

#231100 (or 0x231100) is unknown color: approx Cocoa Brown. HEX triplet: 23, 11 and 00. RGB value is (35,17,0). Sum of RGB (Red+Green+Blue) = 35+17+0=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #231100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231100 is #DCEEFF. Grayscale: #141414. Windows color (decimal): -14479104 or 4387. OLE color: 4387.

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

Color convert

RGB35170-
CMYK00.5110.86
HSL29.14º100%6.86%-
HSV(B)29.14º100%13.73%-
XYZ0.890.760.1-
YUV20.44116.46138.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 67.31%
GREEN value IS 17 (7.03% from 255) = 32.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.31%
G=32.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3517000.5110.8629.141006.86
Hex2311003364561d647
Octal43210063144126351447
Binary100011100010011001111001001010110111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231100; }

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

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

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

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

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

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

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

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