#231A0F

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

Shades of Cocoa Brown #231A0F

Tints of Cocoa Brown #231A0F

Color information

#231A0F (or 0x231A0F) is unknown color: approx Cocoa Brown. HEX triplet: 23, 1A and 0F. RGB value is (35,26,15). Sum of RGB (Red+Green+Blue) = 35+26+15=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A0F is #DCE5F0. Grayscale: #1B1B1B. Windows color (decimal): -14476785 or 989731. OLE color: 989731.

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

Color convert

RGB352615-
CMYK00.260.570.86
HSL33º40%9.8%-
HSV(B)33º57.14%13.73%-
XYZ1.151.130.61-
YUV27.44120.98133.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 26 (10.55% from 255) = 34.21%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=46.05%
G=34.21%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35261500.260.570.8633409.8
Hex231AF01A39562128a
Octal43321703271126415012
Binary10001111010111101101011100110101101000011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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