#53372B

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

Shades of Cioccolato #53372B

Tints of Cioccolato #53372B

Color information

#53372B (or 0x53372B) is unknown color: approx Cioccolato. HEX triplet: 53, 37 and 2B. RGB value is (83,55,43). Sum of RGB (Red+Green+Blue) = 83+55+43=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53372B is #ACC8D4. Grayscale: #3E3E3E. Windows color (decimal): -11323605 or 2832211. OLE color: 2832211.

HSL color Cylindrical-coordinate representation of color #53372B: hue angle of 18º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53372B is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB835543-
CMYK00.340.480.67
HSL18º31.75%24.71%-
HSV(B)18º48.19%32.55%-
XYZ5.374.752.92-
YUV62117.28142.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=45.86%
G=30.39%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83554300.340.480.671831.7524.71
Hex53372B0223043122019
Octal123675304260103224031
Binary1010011110111101011010001011000010000111001010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53372B; }

 p { color: rgb(83,55,43); }

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

<style>
 a { background-color: #53372B; }

 a { background-color: rgb(83,55,43); }

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

<style>
 span { border-color: #53372B; }

 span { border-color: rgb(83,55,43); }

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