#321B0B

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

Shades of Cocoa Brown #321B0B

Tints of Cocoa Brown #321B0B

Color information

#321B0B (or 0x321B0B) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1B and 0B. RGB value is (50,27,11). Sum of RGB (Red+Green+Blue) = 50+27+11=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B0B is #CDE4F4. Grayscale: #202020. Windows color (decimal): -13493493 or 727858. OLE color: 727858.

HSL color Cylindrical-coordinate representation of color #321B0B: hue angle of 24.62º 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 #321B0B is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB502711-
CMYK00.460.780.80
HSL24.62º63.93%11.96%-
HSV(B)24.62º78%19.61%-
XYZ1.771.490.51-
YUV32.05116.12140.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 27 (10.94% from 255) = 30.68%
BLUE value IS 11 (4.69% from 255) = 12.5%
R=56.82%
G=30.68%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50271100.460.780.8024.6263.9311.96
Hex321BB02E4E501940c
Octal6233130561161203110014
Binary1100101101110110101110100111010100001100110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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