Html Css Color HEX #52421F Madras

📋 copy color: '#52421F'

red 82 ◦ green 66 ◦ blue 31

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

Shades of Madras #52421F

Tints of Madras #52421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.32%

R = 45.81%
G = 36.87%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52421F (or 0x52421F) is known color: Madras. HEX triplet: 52, 42 and 1F. RGB value is (82,66,31). Sum of RGB (Red+Green+Blue) = 82+66+31=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52421F is #ADBDE0. Grayscale: #424242. Windows color (decimal): -11386337 or 2048594. OLE color: 2048594.

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

Color convert

RGB 82 66 31 -
CMYK 0 0.20 0.62 0.68
HSL 41.18º 0.45% 0.22% -
HSV(B) 41.18º 0.62% 0.32% -
XYZ 5.68 5.79 2.11 -
YUV 66.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 82 66 31 0 0.20 0.62 0.68 41.18 0.45 0.22
Hex 52 42 1F 0 14 3E 44 29 2D 16
Octal 122 102 37 0 24 76 104 51 55 26
Binary 1010010 1000010 11111 0 10100 111110 1000100 101001 101101 10110

Color Harmonies of #52421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52421F

Black with #52421F

Text Example


Text Example

White with #52421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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