#5C382B

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

Shades of Cioccolato #5C382B

Tints of Cioccolato #5C382B

Color information

#5C382B (or 0x5C382B) is unknown color: approx Cioccolato. HEX triplet: 5C, 38 and 2B. RGB value is (92,56,43). Sum of RGB (Red+Green+Blue) = 92+56+43=191 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.17% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 92 - color contains mainly: red. Hex color #5C382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C382B is #A3C7D4. Grayscale: #414141. Windows color (decimal): -10733525 or 2832476. OLE color: 2832476.

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

Color convert

RGB925643-
CMYK00.390.530.64
HSL15.92º36.3%26.47%-
HSV(B)15.92º53.26%36.08%-
XYZ6.265.282.97-
YUV65.28115.43147.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 48.17%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=48.17%
G=29.32%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92564300.390.530.6415.9236.326.47
Hex5C382B027354010241a
Octal134705304765100204432
Binary1011100111000101011010011111010110000001000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,56,43); }

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

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

 a { background-color: rgb(92,56,43); }

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

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

 span { border-color: rgb(92,56,43); }

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