#231A0D

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

Shades of Cocoa Brown #231A0D

Tints of Cocoa Brown #231A0D

Color information

#231A0D (or 0x231A0D) is unknown color: approx Cocoa Brown. HEX triplet: 23, 1A and 0D. RGB value is (35,26,13). Sum of RGB (Red+Green+Blue) = 35+26+13=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #231A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A0D is #DCE5F2. Grayscale: #1B1B1B. Windows color (decimal): -14476787 or 858659. OLE color: 858659.

HSL color Cylindrical-coordinate representation of color #231A0D: hue angle of 35.45º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231A0D is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB352613-
CMYK00.260.630.86
HSL35.45º45.83%9.41%-
HSV(B)35.45º62.86%13.73%-
XYZ1.141.130.54-
YUV27.21119.98133.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.30%
GREEN value IS 26 (10.55% from 255) = 35.14%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=47.30%
G=35.14%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35261300.260.630.8635.4545.839.41
Hex231AD01A3F56232e9
Octal43321503277126435611
Binary10001111010110101101011111110101101000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231A0D; }

 p { color: rgb(35,26,13); }

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

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

 a { background-color: rgb(35,26,13); }

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

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

 span { border-color: rgb(35,26,13); }

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