#58382A

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

Shades of Cioccolato #58382A

Tints of Cioccolato #58382A

Color information

#58382A (or 0x58382A) is unknown color: approx Cioccolato. HEX triplet: 58, 38 and 2A. RGB value is (88,56,42). Sum of RGB (Red+Green+Blue) = 88+56+42=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58382A is #A7C7D5. Grayscale: #404040. Windows color (decimal): -10995670 or 2766936. OLE color: 2766936.

HSL color Cylindrical-coordinate representation of color #58382A: hue angle of 18.26º 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 #58382A is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB885642-
CMYK00.360.520.65
HSL18.26º35.38%25.49%-
HSV(B)18.26º52.27%34.51%-
XYZ5.865.072.86-
YUV63.97115.6145.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 42 (16.80% from 255) = 22.58%
R=47.31%
G=30.11%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88564200.360.520.6518.2635.3825.49
Hex58382A0243441122319
Octal130705204464101224331
Binary1011000111000101010010010011010010000011001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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