Html Css Color HEX #523930 Cioccolato

📋 copy color: '#523930'

red 82 ◦ green 57 ◦ blue 48

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

Shades of Cioccolato #523930

Tints of Cioccolato #523930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.48%

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

R = 43.85%
G = 30.48%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#523930 (or 0x523930) is known color: Cioccolato. HEX triplet: 52, 39 and 30. RGB value is (82,57,48). Sum of RGB (Red+Green+Blue) = 82+57+48=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #523930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523930 is #ADC6CF. Grayscale: #3F3F3F. Windows color (decimal): -11388624 or 3160402. OLE color: 3160402.

HSL color Cylindrical-coordinate representation of color #523930: hue angle of 15.88º 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 #523930 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 48 -
CMYK 0 0.30 0.41 0.68
HSL 15.88º 0.26% 0.25% -
HSV(B) 15.88º 0.41% 0.32% -
XYZ 5.48 4.93 3.46 -
YUV 63.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 82 57 48 0 0.30 0.41 0.68 15.88 0.26 0.25
Hex 52 39 30 0 1E 29 44 10 1A 19
Octal 122 71 60 0 36 51 104 20 32 31
Binary 1010010 111001 110000 0 11110 101001 1000100 10000 11010 11001

Color Harmonies of #523930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523930

Black with #523930

Text Example


Text Example

White with #523930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523930; }

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

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

background-color css

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

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

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

border-color css

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

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

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