Html Css Color HEX #52401A Madras

📋 copy color: '#52401A'

red 82 ◦ green 64 ◦ blue 26

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

Shades of Madras #52401A

Tints of Madras #52401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.21%

 BLUE value IS 26 (10.55% from 255) = 15.12%

R = 47.67%
G = 37.21%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52401A (or 0x52401A) is known color: Madras. HEX triplet: 52, 40 and 1A. RGB value is (82,64,26). Sum of RGB (Red+Green+Blue) = 82+64+26=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #52401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52401A is #ADBFE5. Grayscale: #414141. Windows color (decimal): -11386854 or 1720402. OLE color: 1720402.

HSL color Cylindrical-coordinate representation of color #52401A: hue angle of 40.71º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52401A is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 64 26 -
CMYK 0 0.22 0.68 0.68
HSL 40.71º 0.52% 0.21% -
HSV(B) 40.71º 0.68% 0.32% -
XYZ 5.5 5.54 1.76 -
YUV 65.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 82 64 26 0 0.22 0.68 0.68 40.71 0.52 0.21
Hex 52 40 1A 0 16 44 44 29 34 15
Octal 122 100 32 0 26 104 104 51 64 25
Binary 1010010 1000000 11010 0 10110 1000100 1000100 101001 110100 10101

Color Harmonies of #52401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52401A

Black with #52401A

Text Example


Text Example

White with #52401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52401A; }

 p { color: rgb(82,64,26); }

 H1.HeaderClassName
 {
   color: #52401A;
 }
 .AnyTagClassName
 {
   color: #52401A;
 }
</style>

background-color css

<style>
 a { background-color: #52401A; }

 a { background-color: rgb(82,64,26); }

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

border-color css

<style>
 span { border-color: #52401A; }

 span { border-color: rgb(82,64,26); }

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