Html Css Color HEX #52440B Madras

📋 copy color: '#52440B'

red 82 ◦ green 68 ◦ blue 11

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

Shades of Madras #52440B

Tints of Madras #52440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.83%

R = 50.93%
G = 42.24%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#52440B (or 0x52440B) is known color: Madras. HEX triplet: 52, 44 and 0B. RGB value is (82,68,11). Sum of RGB (Red+Green+Blue) = 82+68+11=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52440B is #ADBBF4. Grayscale: #414141. Windows color (decimal): -11385845 or 738386. OLE color: 738386.

HSL color Cylindrical-coordinate representation of color #52440B: hue angle of 48.17º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52440B is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 11 -
CMYK 0 0.17 0.87 0.68
HSL 48.17º 0.76% 0.18% -
HSV(B) 48.17º 0.87% 0.32% -
XYZ 5.61 5.95 1.17 -
YUV 65.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 82 68 11 0 0.17 0.87 0.68 48.17 0.76 0.18
Hex 52 44 B 0 11 57 44 30 4C 12
Octal 122 104 13 0 21 127 104 60 114 22
Binary 1010010 1000100 1011 0 10001 1010111 1000100 110000 1001100 10010

Color Harmonies of #52440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52440B

Black with #52440B

Text Example


Text Example

White with #52440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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