#2B231A

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

Shades of Cocoa Brown #2B231A

Tints of Cocoa Brown #2B231A

Color information

#2B231A (or 0x2B231A) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 23 and 1A. RGB value is (43,35,26). Sum of RGB (Red+Green+Blue) = 43+35+26=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 43 - color contains mainly: red. Hex color #2B231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B231A is #D4DCE5. Grayscale: #242424. Windows color (decimal): -13950182 or 1712939. OLE color: 1712939.

HSL color Cylindrical-coordinate representation of color #2B231A: hue angle of 31.76º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B231A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.83.

Color convert

RGB433526-
CMYK00.190.400.83
HSL31.76º24.64%13.53%-
HSV(B)31.76º39.53%16.86%-
XYZ1.781.791.23-
YUV36.37122.15132.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 41.35%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 26 (10.55% from 255) = 25%
R=41.35%
G=33.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43352600.190.400.8331.7624.6413.53
Hex2B231A01328532019e
Octal53433202350123403116
Binary101011100011110100100111010001010011100000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B231A; }

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

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

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

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

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

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

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

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