Html Css Color HEX #523C0E Madras

📋 copy color: '#523C0E'

red 82 ◦ green 60 ◦ blue 14

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

Shades of Madras #523C0E

Tints of Madras #523C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.97%

R = 52.56%
G = 38.46%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#523C0E (or 0x523C0E) is known color: Madras. HEX triplet: 52, 3C and 0E. RGB value is (82,60,14). Sum of RGB (Red+Green+Blue) = 82+60+14=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #523C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C0E is #ADC3F1. Grayscale: #3D3D3D. Windows color (decimal): -11387890 or 932946. OLE color: 932946.

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

Color convert

RGB 82 60 14 -
CMYK 0 0.27 0.83 0.68
HSL 40.59º 0.71% 0.19% -
HSV(B) 40.59º 0.83% 0.32% -
XYZ 5.17 5.06 1.12 -
YUV 61.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 82 60 14 0 0.27 0.83 0.68 40.59 0.71 0.19
Hex 52 3C E 0 1B 53 44 29 47 13
Octal 122 74 16 0 33 123 104 51 107 23
Binary 1010010 111100 1110 0 11011 1010011 1000100 101001 1000111 10011

Color Harmonies of #523C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C0E

Black with #523C0E

Text Example


Text Example

White with #523C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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