Html Css Color HEX #523B05 Madras

📋 copy color: '#523B05'

red 82 ◦ green 59 ◦ blue 5

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

Shades of Madras #523B05

Tints of Madras #523B05

RGB

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

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

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

R = 56.16%
G = 40.41%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#523B05 (or 0x523B05) is known color: Madras. HEX triplet: 52, 3B and 05. RGB value is (82,59,5). Sum of RGB (Red+Green+Blue) = 82+59+5=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #523B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B05 is #ADC4FA. Grayscale: #3B3B3B. Windows color (decimal): -11388155 or 342866. OLE color: 342866.

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

Color convert

RGB 82 59 5 -
CMYK 0 0.28 0.94 0.68
HSL 42.08º 0.89% 0.17% -
HSV(B) 42.08º 0.94% 0.32% -
XYZ 5.07 4.93 0.83 -
YUV 59.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 82 59 5 0 0.28 0.94 0.68 42.08 0.89 0.17
Hex 52 3B 5 0 1C 5E 44 2A 59 11
Octal 122 73 5 0 34 136 104 52 131 21
Binary 1010010 111011 101 0 11100 1011110 1000100 101010 1011001 10001

Color Harmonies of #523B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B05

Black with #523B05

Text Example


Text Example

White with #523B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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