Html Css Color HEX #523A30 Cioccolato

📋 copy color: '#523A30'

red 82 ◦ green 58 ◦ blue 48

#523A30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cioccolato #523A30

Tints of Cioccolato #523A30

RGB

 RED value IS 82 (32.42% from 255) = 43.62%

 GREEN value IS 58 (23.05% from 255) = 30.85%

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 43.62%
G = 30.85%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#523A30 (or 0x523A30) is known color: Cioccolato. HEX triplet: 52, 3A and 30. RGB value is (82,58,48). Sum of RGB (Red+Green+Blue) = 82+58+48=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #523A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A30 is #ADC5CF. Grayscale: #404040. Windows color (decimal): -11388368 or 3160658. OLE color: 3160658.

HSL color Cylindrical-coordinate representation of color #523A30: hue angle of 17.65º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #523A30 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 58 48 -
CMYK 0 0.29 0.41 0.68
HSL 17.65º 0.26% 0.25% -
HSV(B) 17.65º 0.41% 0.32% -
XYZ 5.53 5.03 3.48 -
YUV 64.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 82 58 48 0 0.29 0.41 0.68 17.65 0.26 0.25
Hex 52 3A 30 0 1D 29 44 12 1A 19
Octal 122 72 60 0 35 51 104 22 32 31
Binary 1010010 111010 110000 0 11101 101001 1000100 10010 11010 11001

Color Harmonies of #523A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A30

Black with #523A30

Text Example


Text Example

White with #523A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523A30; }

 p { color: rgb(82,58,48); }

 H1.HeaderClassName
 {
   color: #523A30;
 }
 .AnyTagClassName
 {
   color: #523A30;
 }
</style>

background-color css

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

 a { background-color: rgb(82,58,48); }

 div.DivClassName
 {
   background-color: #523A30;
 }
 .BgClassName
 {
   background-color: #523A30;
 }
</style>

border-color css

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

 span { border-color: rgb(82,58,48); }

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