Html Css Color HEX #523C04 Madras

📋 copy color: '#523C04'

red 82 ◦ green 60 ◦ blue 4

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

Shades of Madras #523C04

Tints of Madras #523C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.74%

R = 56.16%
G = 41.1%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#523C04 (or 0x523C04) is known color: Madras. HEX triplet: 52, 3C and 04. RGB value is (82,60,4). Sum of RGB (Red+Green+Blue) = 82+60+4=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #523C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C04 is #ADC3FB. Grayscale: #3C3C3C. Windows color (decimal): -11387900 or 277586. OLE color: 277586.

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

Color convert

RGB 82 60 4 -
CMYK 0 0.27 0.95 0.68
HSL 43.08º 0.91% 0.17% -
HSV(B) 43.08º 0.95% 0.32% -
XYZ 5.12 5.03 0.82 -
YUV 60.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 82 60 4 0 0.27 0.95 0.68 43.08 0.91 0.17
Hex 52 3C 4 0 1B 5F 44 2B 5B 11
Octal 122 74 4 0 33 137 104 53 133 21
Binary 1010010 111100 100 0 11011 1011111 1000100 101011 1011011 10001

Color Harmonies of #523C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C04

Black with #523C04

Text Example


Text Example

White with #523C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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