Html Css Color HEX #52411A Madras

📋 copy color: '#52411A'

red 82 ◦ green 65 ◦ blue 26

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

Shades of Madras #52411A

Tints of Madras #52411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

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

R = 47.4%
G = 37.57%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52411A (or 0x52411A) is known color: Madras. HEX triplet: 52, 41 and 1A. RGB value is (82,65,26). Sum of RGB (Red+Green+Blue) = 82+65+26=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #52411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52411A is #ADBEE5. Grayscale: #414141. Windows color (decimal): -11386598 or 1720658. OLE color: 1720658.

HSL color Cylindrical-coordinate representation of color #52411A: hue angle of 41.79º 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 #52411A is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 65 26 -
CMYK 0 0.21 0.68 0.68
HSL 41.79º 0.52% 0.21% -
HSV(B) 41.79º 0.68% 0.32% -
XYZ 5.56 5.65 1.77 -
YUV 65.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 82 65 26 0 0.21 0.68 0.68 41.79 0.52 0.21
Hex 52 41 1A 0 15 44 44 2A 34 15
Octal 122 101 32 0 25 104 104 52 64 25
Binary 1010010 1000001 11010 0 10101 1000100 1000100 101010 110100 10101

Color Harmonies of #52411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52411A

Black with #52411A

Text Example


Text Example

White with #52411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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