Html Css Color HEX #523F0B Madras

📋 copy color: '#523F0B'

red 82 ◦ green 63 ◦ blue 11

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

Shades of Madras #523F0B

Tints of Madras #523F0B

RGB

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

 GREEN value IS 63 (25% from 255) = 40.38%

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 52.56%
G = 40.38%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#523F0B (or 0x523F0B) is known color: Madras. HEX triplet: 52, 3F and 0B. RGB value is (82,63,11). Sum of RGB (Red+Green+Blue) = 82+63+11=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #523F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F0B is #ADC0F4. Grayscale: #3E3E3E. Windows color (decimal): -11387125 or 737106. OLE color: 737106.

HSL color Cylindrical-coordinate representation of color #523F0B: hue angle of 43.94º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #523F0B is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 63 11 -
CMYK 0 0.23 0.87 0.68
HSL 43.94º 0.76% 0.18% -
HSV(B) 43.94º 0.87% 0.32% -
XYZ 5.32 5.37 1.07 -
YUV 62.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 82 63 11 0 0.23 0.87 0.68 43.94 0.76 0.18
Hex 52 3F B 0 17 57 44 2C 4C 12
Octal 122 77 13 0 27 127 104 54 114 22
Binary 1010010 111111 1011 0 10111 1010111 1000100 101100 1001100 10010

Color Harmonies of #523F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F0B

Black with #523F0B

Text Example


Text Example

White with #523F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,63,11); }

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

background-color css

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

 a { background-color: rgb(82,63,11); }

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

border-color css

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

 span { border-color: rgb(82,63,11); }

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