Html Css Color HEX #52421E Madras

📋 copy color: '#52421E'

red 82 ◦ green 66 ◦ blue 30

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

Shades of Madras #52421E

Tints of Madras #52421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.85%

R = 46.07%
G = 37.08%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52421E (or 0x52421E) is known color: Madras. HEX triplet: 52, 42 and 1E. RGB value is (82,66,30). Sum of RGB (Red+Green+Blue) = 82+66+30=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52421E is #ADBDE1. Grayscale: #424242. Windows color (decimal): -11386338 or 1983058. OLE color: 1983058.

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

Color convert

RGB 82 66 30 -
CMYK 0 0.20 0.63 0.68
HSL 41.54º 0.46% 0.22% -
HSV(B) 41.54º 0.63% 0.32% -
XYZ 5.66 5.78 2.05 -
YUV 66.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 82 66 30 0 0.20 0.63 0.68 41.54 0.46 0.22
Hex 52 42 1E 0 14 3F 44 2A 2E 16
Octal 122 102 36 0 24 77 104 52 56 26
Binary 1010010 1000010 11110 0 10100 111111 1000100 101010 101110 10110

Color Harmonies of #52421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52421E

Black with #52421E

Text Example


Text Example

White with #52421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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