Html Css Color HEX #52421A Madras

📋 copy color: '#52421A'

red 82 ◦ green 66 ◦ blue 26

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

Shades of Madras #52421A

Tints of Madras #52421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 47.13%
G = 37.93%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52421A (or 0x52421A) is known color: Madras. HEX triplet: 52, 42 and 1A. RGB value is (82,66,26). Sum of RGB (Red+Green+Blue) = 82+66+26=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #52421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52421A is #ADBDE5. Grayscale: #424242. Windows color (decimal): -11386342 or 1720914. OLE color: 1720914.

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

Color convert

RGB 82 66 26 -
CMYK 0 0.20 0.68 0.68
HSL 42.86º 0.52% 0.21% -
HSV(B) 42.86º 0.68% 0.32% -
XYZ 5.61 5.76 1.79 -
YUV 66.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 82 66 26 0 0.20 0.68 0.68 42.86 0.52 0.21
Hex 52 42 1A 0 14 44 44 2B 34 15
Octal 122 102 32 0 24 104 104 53 64 25
Binary 1010010 1000010 11010 0 10100 1000100 1000100 101011 110100 10101

Color Harmonies of #52421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52421A

Black with #52421A

Text Example


Text Example

White with #52421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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