#58372A

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

Shades of Cioccolato #58372A

Tints of Cioccolato #58372A

Color information

#58372A (or 0x58372A) is unknown color: approx Cioccolato. HEX triplet: 58, 37 and 2A. RGB value is (88,55,42). Sum of RGB (Red+Green+Blue) = 88+55+42=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58372A is #A7C8D5. Grayscale: #3F3F3F. Windows color (decimal): -10995926 or 2766680. OLE color: 2766680.

HSL color Cylindrical-coordinate representation of color #58372A: hue angle of 16.96º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58372A is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB885542-
CMYK00.380.520.65
HSL16.96º35.38%25.49%-
HSV(B)16.96º52.27%34.51%-
XYZ5.814.972.84-
YUV63.38115.93145.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=47.57%
G=29.73%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88554200.380.520.6516.9635.3825.49
Hex58372A0263441112319
Octal130675204664101214331
Binary1011000110111101010010011011010010000011000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58372A; }

 p { color: rgb(88,55,42); }

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

<style>
 a { background-color: #58372A; }

 a { background-color: rgb(88,55,42); }

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

<style>
 span { border-color: #58372A; }

 span { border-color: rgb(88,55,42); }

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