#321C0B

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

Shades of Cocoa Brown #321C0B

Tints of Cocoa Brown #321C0B

Color information

#321C0B (or 0x321C0B) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1C and 0B. RGB value is (50,28,11). Sum of RGB (Red+Green+Blue) = 50+28+11=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C0B is #CDE3F4. Grayscale: #202020. Windows color (decimal): -13493237 or 728114. OLE color: 728114.

HSL color Cylindrical-coordinate representation of color #321C0B: hue angle of 26.15º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321C0B is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB502811-
CMYK00.440.780.80
HSL26.15º63.93%11.96%-
HSV(B)26.15º78%19.61%-
XYZ1.791.530.52-
YUV32.64115.79140.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.18%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=56.18%
G=31.46%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50281100.440.780.8026.1563.9311.96
Hex321CB02C4E501a40c
Octal6234130541161203210014
Binary1100101110010110101100100111010100001101010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321C0B; }

 p { color: rgb(50,28,11); }

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

<style>
 a { background-color: #321C0B; }

 a { background-color: rgb(50,28,11); }

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

<style>
 span { border-color: #321C0B; }

 span { border-color: rgb(50,28,11); }

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