Html Css Color HEX #52401C Madras

📋 copy color: '#52401C'

red 82 ◦ green 64 ◦ blue 28

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

Shades of Madras #52401C

Tints of Madras #52401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.09%

R = 47.13%
G = 36.78%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52401C (or 0x52401C) is known color: Madras. HEX triplet: 52, 40 and 1C. RGB value is (82,64,28). Sum of RGB (Red+Green+Blue) = 82+64+28=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #52401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52401C is #ADBFE3. Grayscale: #414141. Windows color (decimal): -11386852 or 1851474. OLE color: 1851474.

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

Color convert

RGB 82 64 28 -
CMYK 0 0.22 0.66 0.68
HSL 40º 0.49% 0.22% -
HSV(B) 40º 0.66% 0.32% -
XYZ 5.52 5.54 1.88 -
YUV 65.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 82 64 28 0 0.22 0.66 0.68 40 0.49 0.22
Hex 52 40 1C 0 16 42 44 28 31 16
Octal 122 100 34 0 26 102 104 50 61 26
Binary 1010010 1000000 11100 0 10110 1000010 1000100 101000 110001 10110

Color Harmonies of #52401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52401C

Black with #52401C

Text Example


Text Example

White with #52401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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