Html Css Color HEX #523F01 Madras

📋 copy color: '#523F01'

red 82 ◦ green 63 ◦ blue 1

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

Shades of Madras #523F01

Tints of Madras #523F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 56.16%
G = 43.15%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#523F01 (or 0x523F01) is known color: Madras. HEX triplet: 52, 3F and 01. RGB value is (82,63,1). Sum of RGB (Red+Green+Blue) = 82+63+1=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #523F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F01 is #ADC0FE. Grayscale: #3D3D3D. Windows color (decimal): -11387135 or 81746. OLE color: 81746.

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

Color convert

RGB 82 63 1 -
CMYK 0 0.23 0.99 0.68
HSL 45.93º 0.98% 0.16% -
HSV(B) 45.93º 0.99% 0.32% -
XYZ 5.26 5.35 0.78 -
YUV 61.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 82 63 1 0 0.23 0.99 0.68 45.93 0.98 0.16
Hex 52 3F 1 0 17 63 44 2E 62 10
Octal 122 77 1 0 27 143 104 56 142 20
Binary 1010010 111111 1 0 10111 1100011 1000100 101110 1100010 10000

Color Harmonies of #523F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F01

Black with #523F01

Text Example


Text Example

White with #523F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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