Html Css Color HEX #523B06 Madras

📋 copy color: '#523B06'

red 82 ◦ green 59 ◦ blue 6

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

Shades of Madras #523B06

Tints of Madras #523B06

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.14%

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

R = 55.78%
G = 40.14%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#523B06 (or 0x523B06) is known color: Madras. HEX triplet: 52, 3B and 06. RGB value is (82,59,6). Sum of RGB (Red+Green+Blue) = 82+59+6=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #523B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B06 is #ADC4F9. Grayscale: #3C3C3C. Windows color (decimal): -11388154 or 408402. OLE color: 408402.

HSL color Cylindrical-coordinate representation of color #523B06: hue angle of 41.84º 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 #523B06 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 59 6 -
CMYK 0 0.28 0.93 0.68
HSL 41.84º 0.86% 0.17% -
HSV(B) 41.84º 0.93% 0.32% -
XYZ 5.08 4.93 0.86 -
YUV 59.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 82 59 6 0 0.28 0.93 0.68 41.84 0.86 0.17
Hex 52 3B 6 0 1C 5D 44 2A 56 11
Octal 122 73 6 0 34 135 104 52 126 21
Binary 1010010 111011 110 0 11100 1011101 1000100 101010 1010110 10001

Color Harmonies of #523B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B06

Black with #523B06

Text Example


Text Example

White with #523B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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