#5E3A2A

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

Shades of Cioccolato #5E3A2A

Tints of Cioccolato #5E3A2A

Color information

#5E3A2A (or 0x5E3A2A) is unknown color: approx Cioccolato. HEX triplet: 5E, 3A and 2A. RGB value is (94,58,42). Sum of RGB (Red+Green+Blue) = 94+58+42=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3A2A is #A1C5D5. Grayscale: #434343. Windows color (decimal): -10601942 or 2767454. OLE color: 2767454.

HSL color Cylindrical-coordinate representation of color #5E3A2A: hue angle of 18.46º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E3A2A is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB945842-
CMYK00.380.550.63
HSL18.46º38.24%26.67%-
HSV(B)18.46º55.32%36.86%-
XYZ6.555.572.92-
YUV66.94113.93147.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.45%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=48.45%
G=29.90%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94584200.380.550.6318.4638.2426.67
Hex5E3A2A026373F12261b
Octal13672520466777224633
Binary101111011101010101001001101101111111111001010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,58,42); }

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

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

 a { background-color: rgb(94,58,42); }

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

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

 span { border-color: rgb(94,58,42); }

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