Html Css Color HEX #52410E Madras

📋 copy color: '#52410E'

red 82 ◦ green 65 ◦ blue 14

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

Shades of Madras #52410E

Tints of Madras #52410E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.7%

R = 50.93%
G = 40.37%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#52410E (or 0x52410E) is known color: Madras. HEX triplet: 52, 41 and 0E. RGB value is (82,65,14). Sum of RGB (Red+Green+Blue) = 82+65+14=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52410E is #ADBEF1. Grayscale: #404040. Windows color (decimal): -11386610 or 934226. OLE color: 934226.

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

Color convert

RGB 82 65 14 -
CMYK 0 0.21 0.83 0.68
HSL 45º 0.71% 0.19% -
HSV(B) 45º 0.83% 0.32% -
XYZ 5.45 5.61 1.21 -
YUV 64.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 82 65 14 0 0.21 0.83 0.68 45 0.71 0.19
Hex 52 41 E 0 15 53 44 2D 47 13
Octal 122 101 16 0 25 123 104 55 107 23
Binary 1010010 1000001 1110 0 10101 1010011 1000100 101101 1000111 10011

Color Harmonies of #52410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52410E

Black with #52410E

Text Example


Text Example

White with #52410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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