Html Css Color HEX #52431C Madras

📋 copy color: '#52431C'

red 82 ◦ green 67 ◦ blue 28

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

Shades of Madras #52431C

Tints of Madras #52431C

RGB

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

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

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

R = 46.33%
G = 37.85%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52431C (or 0x52431C) is known color: Madras. HEX triplet: 52, 43 and 1C. RGB value is (82,67,28). Sum of RGB (Red+Green+Blue) = 82+67+28=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52431C is #ADBCE3. Grayscale: #434343. Windows color (decimal): -11386084 or 1852242. OLE color: 1852242.

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

Color convert

RGB 82 67 28 -
CMYK 0 0.18 0.66 0.68
HSL 43.33º 0.49% 0.22% -
HSV(B) 43.33º 0.66% 0.32% -
XYZ 5.7 5.89 1.94 -
YUV 67.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 82 67 28 0 0.18 0.66 0.68 43.33 0.49 0.22
Hex 52 43 1C 0 12 42 44 2B 31 16
Octal 122 103 34 0 22 102 104 53 61 26
Binary 1010010 1000011 11100 0 10010 1000010 1000100 101011 110001 10110

Color Harmonies of #52431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52431C

Black with #52431C

Text Example


Text Example

White with #52431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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