Html Css Color HEX #52431A Madras

📋 copy color: '#52431A'

red 82 ◦ green 67 ◦ blue 26

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

Shades of Madras #52431A

Tints of Madras #52431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.29%

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

R = 46.86%
G = 38.29%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52431A (or 0x52431A) is known color: Madras. HEX triplet: 52, 43 and 1A. RGB value is (82,67,26). Sum of RGB (Red+Green+Blue) = 82+67+26=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52431A is #ADBCE5. Grayscale: #424242. Windows color (decimal): -11386086 or 1721170. OLE color: 1721170.

HSL color Cylindrical-coordinate representation of color #52431A: hue angle of 43.93º 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 #52431A is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 67 26 -
CMYK 0 0.18 0.68 0.68
HSL 43.93º 0.52% 0.21% -
HSV(B) 43.93º 0.68% 0.32% -
XYZ 5.67 5.88 1.81 -
YUV 66.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 82 67 26 0 0.18 0.68 0.68 43.93 0.52 0.21
Hex 52 43 1A 0 12 44 44 2C 34 15
Octal 122 103 32 0 22 104 104 54 64 25
Binary 1010010 1000011 11010 0 10010 1000100 1000100 101100 110100 10101

Color Harmonies of #52431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52431A

Black with #52431A

Text Example


Text Example

White with #52431A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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