Html Css Color HEX #523D05 Madras

📋 copy color: '#523D05'

red 82 ◦ green 61 ◦ blue 5

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

Shades of Madras #523D05

Tints of Madras #523D05

RGB

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

 GREEN value IS 61 (24.22% from 255) = 41.22%

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 55.41%
G = 41.22%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#523D05 (or 0x523D05) is known color: Madras. HEX triplet: 52, 3D and 05. RGB value is (82,61,5). Sum of RGB (Red+Green+Blue) = 82+61+5=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #523D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D05 is #ADC2FA. Grayscale: #3D3D3D. Windows color (decimal): -11387643 or 343378. OLE color: 343378.

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

Color convert

RGB 82 61 5 -
CMYK 0 0.26 0.94 0.68
HSL 43.64º 0.89% 0.17% -
HSV(B) 43.64º 0.94% 0.32% -
XYZ 5.18 5.14 0.86 -
YUV 60.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 82 61 5 0 0.26 0.94 0.68 43.64 0.89 0.17
Hex 52 3D 5 0 1A 5E 44 2C 59 11
Octal 122 75 5 0 32 136 104 54 131 21
Binary 1010010 111101 101 0 11010 1011110 1000100 101100 1011001 10001

Color Harmonies of #523D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D05

Black with #523D05

Text Example


Text Example

White with #523D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,61,5); }

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

background-color css

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

 a { background-color: rgb(82,61,5); }

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

border-color css

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

 span { border-color: rgb(82,61,5); }

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