Html Css Color HEX #523C06 Madras

📋 copy color: '#523C06'

red 82 ◦ green 60 ◦ blue 6

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

Shades of Madras #523C06

Tints of Madras #523C06

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.54%

 BLUE value IS 6 (2.73% from 255) = 4.05%

R = 55.41%
G = 40.54%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#523C06 (or 0x523C06) is known color: Madras. HEX triplet: 52, 3C and 06. RGB value is (82,60,6). Sum of RGB (Red+Green+Blue) = 82+60+6=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #523C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C06 is #ADC3F9. Grayscale: #3C3C3C. Windows color (decimal): -11387898 or 408658. OLE color: 408658.

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

Color convert

RGB 82 60 6 -
CMYK 0 0.27 0.93 0.68
HSL 42.63º 0.86% 0.17% -
HSV(B) 42.63º 0.93% 0.32% -
XYZ 5.13 5.04 0.87 -
YUV 60.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 82 60 6 0 0.27 0.93 0.68 42.63 0.86 0.17
Hex 52 3C 6 0 1B 5D 44 2B 56 11
Octal 122 74 6 0 33 135 104 53 126 21
Binary 1010010 111100 110 0 11011 1011101 1000100 101011 1010110 10001

Color Harmonies of #523C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C06

Black with #523C06

Text Example


Text Example

White with #523C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,60,6); }

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

background-color css

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

 a { background-color: rgb(82,60,6); }

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

border-color css

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

 span { border-color: rgb(82,60,6); }

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