Html Css Color HEX #52401F Madras

📋 copy color: '#52401F'

red 82 ◦ green 64 ◦ blue 31

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

Shades of Madras #52401F

Tints of Madras #52401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.51%

R = 46.33%
G = 36.16%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52401F (or 0x52401F) is known color: Madras. HEX triplet: 52, 40 and 1F. RGB value is (82,64,31). Sum of RGB (Red+Green+Blue) = 82+64+31=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52401F is #ADBFE0. Grayscale: #414141. Windows color (decimal): -11386849 or 2048082. OLE color: 2048082.

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

Color convert

RGB 82 64 31 -
CMYK 0 0.22 0.62 0.68
HSL 38.82º 0.45% 0.22% -
HSV(B) 38.82º 0.62% 0.32% -
XYZ 5.56 5.56 2.08 -
YUV 65.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 82 64 31 0 0.22 0.62 0.68 38.82 0.45 0.22
Hex 52 40 1F 0 16 3E 44 27 2D 16
Octal 122 100 37 0 26 76 104 47 55 26
Binary 1010010 1000000 11111 0 10110 111110 1000100 100111 101101 10110

Color Harmonies of #52401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52401F

Black with #52401F

Text Example


Text Example

White with #52401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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