Html Css Color HEX #52411B Madras

📋 copy color: '#52411B'

red 82 ◦ green 65 ◦ blue 27

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

Shades of Madras #52411B

Tints of Madras #52411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 47.13%
G = 37.36%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52411B (or 0x52411B) is known color: Madras. HEX triplet: 52, 41 and 1B. RGB value is (82,65,27). Sum of RGB (Red+Green+Blue) = 82+65+27=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #52411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52411B is #ADBEE4. Grayscale: #414141. Windows color (decimal): -11386597 or 1786194. OLE color: 1786194.

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

Color convert

RGB 82 65 27 -
CMYK 0 0.21 0.67 0.68
HSL 41.45º 0.5% 0.21% -
HSV(B) 41.45º 0.67% 0.32% -
XYZ 5.57 5.65 1.83 -
YUV 65.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 82 65 27 0 0.21 0.67 0.68 41.45 0.5 0.21
Hex 52 41 1B 0 15 43 44 29 32 15
Octal 122 101 33 0 25 103 104 51 62 25
Binary 1010010 1000001 11011 0 10101 1000011 1000100 101001 110010 10101

Color Harmonies of #52411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52411B

Black with #52411B

Text Example


Text Example

White with #52411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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