Html Css Color HEX #52410D Madras

📋 copy color: '#52410D'

red 82 ◦ green 65 ◦ blue 13

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

Shades of Madras #52410D

Tints of Madras #52410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 51.25%
G = 40.63%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52410D (or 0x52410D) is known color: Madras. HEX triplet: 52, 41 and 0D. RGB value is (82,65,13). Sum of RGB (Red+Green+Blue) = 82+65+13=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52410D is #ADBEF2. Grayscale: #404040. Windows color (decimal): -11386611 or 868690. OLE color: 868690.

HSL color Cylindrical-coordinate representation of color #52410D: hue angle of 45.22º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52410D is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 65 13 -
CMYK 0 0.21 0.84 0.68
HSL 45.22º 0.73% 0.19% -
HSV(B) 45.22º 0.84% 0.32% -
XYZ 5.44 5.6 1.18 -
YUV 64.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 82 65 13 0 0.21 0.84 0.68 45.22 0.73 0.19
Hex 52 41 D 0 15 54 44 2D 49 13
Octal 122 101 15 0 25 124 104 55 111 23
Binary 1010010 1000001 1101 0 10101 1010100 1000100 101101 1001001 10011

Color Harmonies of #52410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52410D

Black with #52410D

Text Example


Text Example

White with #52410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52410D; }

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

 H1.HeaderClassName
 {
   color: #52410D;
 }
 .AnyTagClassName
 {
   color: #52410D;
 }
</style>

background-color css

<style>
 a { background-color: #52410D; }

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

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

border-color css

<style>
 span { border-color: #52410D; }

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

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