Html Css Color HEX #523B0E Madras

📋 copy color: '#523B0E'

red 82 ◦ green 59 ◦ blue 14

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

Shades of Madras #523B0E

Tints of Madras #523B0E

RGB

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

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

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

R = 52.9%
G = 38.06%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#523B0E (or 0x523B0E) is known color: Madras. HEX triplet: 52, 3B and 0E. RGB value is (82,59,14). Sum of RGB (Red+Green+Blue) = 82+59+14=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B0E is #ADC4F1. Grayscale: #3C3C3C. Windows color (decimal): -11388146 or 932690. OLE color: 932690.

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

Color convert

RGB 82 59 14 -
CMYK 0 0.28 0.83 0.68
HSL 39.71º 0.71% 0.19% -
HSV(B) 39.71º 0.83% 0.32% -
XYZ 5.12 4.95 1.1 -
YUV 60.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 82 59 14 0 0.28 0.83 0.68 39.71 0.71 0.19
Hex 52 3B E 0 1C 53 44 28 47 13
Octal 122 73 16 0 34 123 104 50 107 23
Binary 1010010 111011 1110 0 11100 1010011 1000100 101000 1000111 10011

Color Harmonies of #523B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B0E

Black with #523B0E

Text Example


Text Example

White with #523B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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