Html Css Color HEX #523B0B Madras

📋 copy color: '#523B0B'

red 82 ◦ green 59 ◦ blue 11

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

Shades of Madras #523B0B

Tints of Madras #523B0B

RGB

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

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

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

R = 53.95%
G = 38.82%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#523B0B (or 0x523B0B) is known color: Madras. HEX triplet: 52, 3B and 0B. RGB value is (82,59,11). Sum of RGB (Red+Green+Blue) = 82+59+11=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #523B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B0B is #ADC4F4. Grayscale: #3C3C3C. Windows color (decimal): -11388149 or 736082. OLE color: 736082.

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

Color convert

RGB 82 59 11 -
CMYK 0 0.28 0.87 0.68
HSL 40.56º 0.76% 0.18% -
HSV(B) 40.56º 0.87% 0.32% -
XYZ 5.1 4.95 1 -
YUV 60.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 82 59 11 0 0.28 0.87 0.68 40.56 0.76 0.18
Hex 52 3B B 0 1C 57 44 29 4C 12
Octal 122 73 13 0 34 127 104 51 114 22
Binary 1010010 111011 1011 0 11100 1010111 1000100 101001 1001100 10010

Color Harmonies of #523B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B0B

Black with #523B0B

Text Example


Text Example

White with #523B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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