Html Css Color HEX #523F1D Madras

📋 copy color: '#523F1D'

red 82 ◦ green 63 ◦ blue 29

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

Shades of Madras #523F1D

Tints of Madras #523F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 36.21%

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 47.13%
G = 36.21%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#523F1D (or 0x523F1D) is known color: Madras. HEX triplet: 52, 3F and 1D. RGB value is (82,63,29). Sum of RGB (Red+Green+Blue) = 82+63+29=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #523F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F1D is #ADC0E2. Grayscale: #404040. Windows color (decimal): -11387107 or 1916754. OLE color: 1916754.

HSL color Cylindrical-coordinate representation of color #523F1D: hue angle of 38.49º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #523F1D is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 63 29 -
CMYK 0 0.23 0.65 0.68
HSL 38.49º 0.48% 0.22% -
HSV(B) 38.49º 0.65% 0.32% -
XYZ 5.48 5.44 1.92 -
YUV 64.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 82 63 29 0 0.23 0.65 0.68 38.49 0.48 0.22
Hex 52 3F 1D 0 17 41 44 26 30 16
Octal 122 77 35 0 27 101 104 46 60 26
Binary 1010010 111111 11101 0 10111 1000001 1000100 100110 110000 10110

Color Harmonies of #523F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F1D

Black with #523F1D

Text Example


Text Example

White with #523F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,63,29); }

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

background-color css

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

 a { background-color: rgb(82,63,29); }

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

border-color css

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

 span { border-color: rgb(82,63,29); }

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