#32271B

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

Shades of Cocoa Brown #32271B

Tints of Cocoa Brown #32271B

Color information

#32271B (or 0x32271B) is unknown color: approx Cocoa Brown. HEX triplet: 32, 27 and 1B. RGB value is (50,39,27). Sum of RGB (Red+Green+Blue) = 50+39+27=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #32271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32271B is #CDD8E4. Grayscale: #282828. Windows color (decimal): -13490405 or 1779506. OLE color: 1779506.

HSL color Cylindrical-coordinate representation of color #32271B: hue angle of 31.3º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32271B is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB503927-
CMYK00.220.460.80
HSL31.3º29.87%15.1%-
HSV(B)31.3º46%19.61%-
XYZ2.242.211.35-
YUV40.92120.14134.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=43.10%
G=33.62%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50392700.220.460.8031.329.8715.1
Hex32271B0162E501f1ef
Octal62473302656120373617
Binary11001010011111011010110101110101000011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32271B; }

 p { color: rgb(50,39,27); }

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

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

 a { background-color: rgb(50,39,27); }

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

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

 span { border-color: rgb(50,39,27); }

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