Html Css Color HEX #523C0F Madras

📋 copy color: '#523C0F'

red 82 ◦ green 60 ◦ blue 15

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

Shades of Madras #523C0F

Tints of Madras #523C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.55%

R = 52.23%
G = 38.22%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#523C0F (or 0x523C0F) is known color: Madras. HEX triplet: 52, 3C and 0F. RGB value is (82,60,15). Sum of RGB (Red+Green+Blue) = 82+60+15=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #523C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C0F is #ADC3F0. Grayscale: #3D3D3D. Windows color (decimal): -11387889 or 998482. OLE color: 998482.

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

Color convert

RGB 82 60 15 -
CMYK 0 0.27 0.82 0.68
HSL 40.3º 0.69% 0.19% -
HSV(B) 40.3º 0.82% 0.32% -
XYZ 5.18 5.06 1.16 -
YUV 61.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 82 60 15 0 0.27 0.82 0.68 40.3 0.69 0.19
Hex 52 3C F 0 1B 52 44 28 45 13
Octal 122 74 17 0 33 122 104 50 105 23
Binary 1010010 111100 1111 0 11011 1010010 1000100 101000 1000101 10011

Color Harmonies of #523C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C0F

Black with #523C0F

Text Example


Text Example

White with #523C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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