Html Css Color HEX #52440E Madras

📋 copy color: '#52440E'

red 82 ◦ green 68 ◦ blue 14

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

Shades of Madras #52440E

Tints of Madras #52440E

RGB

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

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

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

R = 50%
G = 41.46%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#52440E (or 0x52440E) is known color: Madras. HEX triplet: 52, 44 and 0E. RGB value is (82,68,14). Sum of RGB (Red+Green+Blue) = 82+68+14=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52440E is #ADBBF1. Grayscale: #424242. Windows color (decimal): -11385842 or 934994. OLE color: 934994.

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

Color convert

RGB 82 68 14 -
CMYK 0 0.17 0.83 0.68
HSL 47.65º 0.71% 0.19% -
HSV(B) 47.65º 0.83% 0.32% -
XYZ 5.63 5.96 1.27 -
YUV 66.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 82 68 14 0 0.17 0.83 0.68 47.65 0.71 0.19
Hex 52 44 E 0 11 53 44 30 47 13
Octal 122 104 16 0 21 123 104 60 107 23
Binary 1010010 1000100 1110 0 10001 1010011 1000100 110000 1000111 10011

Color Harmonies of #52440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52440E

Black with #52440E

Text Example


Text Example

White with #52440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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