#5B3C2C

Color #5B3C2C Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #5B3C2C

Tints of Cioccolato #5B3C2C

Color information

#5B3C2C (or 0x5B3C2C) is unknown color: approx Cioccolato. HEX triplet: 5B, 3C and 2C. RGB value is (91,60,44). Sum of RGB (Red+Green+Blue) = 91+60+44=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3C2C is #A4C3D3. Grayscale: #434343. Windows color (decimal): -10798036 or 2899035. OLE color: 2899035.

HSL color Cylindrical-coordinate representation of color #5B3C2C: hue angle of 20.43º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B3C2C is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB916044-
CMYK00.340.520.64
HSL20.43º34.81%26.47%-
HSV(B)20.43º51.65%35.69%-
XYZ6.385.643.13-
YUV67.45114.77144.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.67%
GREEN value IS 60 (23.83% from 255) = 30.77%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=46.67%
G=30.77%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91604400.340.520.6420.4334.8126.47
Hex5B3C2C022344014231a
Octal133745404264100244332
Binary1011011111100101100010001011010010000001010010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B3C2C; }

 p { color: rgb(91,60,44); }

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

<style>
 a { background-color: #5B3C2C; }

 a { background-color: rgb(91,60,44); }

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

<style>
 span { border-color: #5B3C2C; }

 span { border-color: rgb(91,60,44); }

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