#32271F

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

Shades of Cocoa Brown #32271F

Tints of Cocoa Brown #32271F

Color information

#32271F (or 0x32271F) is unknown color: approx Cocoa Brown. HEX triplet: 32, 27 and 1F. RGB value is (50,39,31). Sum of RGB (Red+Green+Blue) = 50+39+31=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #32271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32271F is #CDD8E0. Grayscale: #292929. Windows color (decimal): -13490401 or 2041650. OLE color: 2041650.

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

Color convert

RGB503931-
CMYK00.220.380.80
HSL25.26º23.46%15.88%-
HSV(B)25.26º38%19.61%-
XYZ2.292.231.61-
YUV41.38122.14134.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=41.67%
G=32.5%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50393100.220.380.8025.2623.4615.88
Hex32271F0162650191710
Octal62473702646120312720
Binary110010100111111110101101001101010000110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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