#533930

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

Shades of Cioccolato #533930

Tints of Cioccolato #533930

Color information

#533930 (or 0x533930) is unknown color: approx Cioccolato. HEX triplet: 53, 39 and 30. RGB value is (83,57,48). Sum of RGB (Red+Green+Blue) = 83+57+48=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533930 is #ACC6CF. Grayscale: #3F3F3F. Windows color (decimal): -11323088 or 3160403. OLE color: 3160403.

HSL color Cylindrical-coordinate representation of color #533930: hue angle of 15.43º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533930 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB835748-
CMYK00.310.420.67
HSL15.43º26.72%25.69%-
HSV(B)15.43º42.17%32.55%-
XYZ5.564.983.46-
YUV63.75119.11141.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=44.15%
G=30.32%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83574800.310.420.6715.4326.7225.69
Hex53393001F2A43f1b1a
Octal123716003752103173332
Binary1010011111001110000011111101010100001111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533930; }

 p { color: rgb(83,57,48); }

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

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

 a { background-color: rgb(83,57,48); }

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

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

 span { border-color: rgb(83,57,48); }

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