Html Css Color HEX #52421C Madras

📋 copy color: '#52421C'

red 82 ◦ green 66 ◦ blue 28

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

Shades of Madras #52421C

Tints of Madras #52421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

 BLUE value IS 28 (11.33% from 255) = 15.91%

R = 46.59%
G = 37.5%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52421C (or 0x52421C) is known color: Madras. HEX triplet: 52, 42 and 1C. RGB value is (82,66,28). Sum of RGB (Red+Green+Blue) = 82+66+28=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52421C is #ADBDE3. Grayscale: #424242. Windows color (decimal): -11386340 or 1851986. OLE color: 1851986.

HSL color Cylindrical-coordinate representation of color #52421C: hue angle of 42.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52421C is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 66 28 -
CMYK 0 0.20 0.66 0.68
HSL 42.22º 0.49% 0.22% -
HSV(B) 42.22º 0.66% 0.32% -
XYZ 5.64 5.77 1.92 -
YUV 66.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 82 66 28 0 0.20 0.66 0.68 42.22 0.49 0.22
Hex 52 42 1C 0 14 42 44 2A 31 16
Octal 122 102 34 0 24 102 104 52 61 26
Binary 1010010 1000010 11100 0 10100 1000010 1000100 101010 110001 10110

Color Harmonies of #52421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52421C

Black with #52421C

Text Example


Text Example

White with #52421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52421C; }

 p { color: rgb(82,66,28); }

 H1.HeaderClassName
 {
   color: #52421C;
 }
 .AnyTagClassName
 {
   color: #52421C;
 }
</style>

background-color css

<style>
 a { background-color: #52421C; }

 a { background-color: rgb(82,66,28); }

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

border-color css

<style>
 span { border-color: #52421C; }

 span { border-color: rgb(82,66,28); }

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