Html Css Color HEX #523A2F Cioccolato

📋 copy color: '#523A2F'

red 82 ◦ green 58 ◦ blue 47

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

Shades of Cioccolato #523A2F

Tints of Cioccolato #523A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 43.85%
G = 31.02%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#523A2F (or 0x523A2F) is known color: Cioccolato. HEX triplet: 52, 3A and 2F. RGB value is (82,58,47). Sum of RGB (Red+Green+Blue) = 82+58+47=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #523A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A2F is #ADC5D0. Grayscale: #3F3F3F. Windows color (decimal): -11388369 or 3095122. OLE color: 3095122.

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

Color convert

RGB 82 58 47 -
CMYK 0 0.29 0.43 0.68
HSL 18.86º 0.27% 0.25% -
HSV(B) 18.86º 0.43% 0.32% -
XYZ 5.51 5.03 3.37 -
YUV 63.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 82 58 47 0 0.29 0.43 0.68 18.86 0.27 0.25
Hex 52 3A 2F 0 1D 2B 44 13 1B 19
Octal 122 72 57 0 35 53 104 23 33 31
Binary 1010010 111010 101111 0 11101 101011 1000100 10011 11011 11001

Color Harmonies of #523A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A2F

Black with #523A2F

Text Example


Text Example

White with #523A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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