Html Css Color HEX #52440D Madras

📋 copy color: '#52440D'

red 82 ◦ green 68 ◦ blue 13

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

Shades of Madras #52440D

Tints of Madras #52440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.72%

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

R = 50.31%
G = 41.72%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52440D (or 0x52440D) is known color: Madras. HEX triplet: 52, 44 and 0D. RGB value is (82,68,13). Sum of RGB (Red+Green+Blue) = 82+68+13=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52440D is #ADBBF2. Grayscale: #424242. Windows color (decimal): -11385843 or 869458. OLE color: 869458.

HSL color Cylindrical-coordinate representation of color #52440D: hue angle of 47.83º 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 #52440D is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 13 -
CMYK 0 0.17 0.84 0.68
HSL 47.83º 0.73% 0.19% -
HSV(B) 47.83º 0.84% 0.32% -
XYZ 5.62 5.96 1.23 -
YUV 65.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 82 68 13 0 0.17 0.84 0.68 47.83 0.73 0.19
Hex 52 44 D 0 11 54 44 30 49 13
Octal 122 104 15 0 21 124 104 60 111 23
Binary 1010010 1000100 1101 0 10001 1010100 1000100 110000 1001001 10011

Color Harmonies of #52440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52440D

Black with #52440D

Text Example


Text Example

White with #52440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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