Html Css Color HEX #52411C Madras

📋 copy color: '#52411C'

red 82 ◦ green 65 ◦ blue 28

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

Shades of Madras #52411C

Tints of Madras #52411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.14%

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

R = 46.86%
G = 37.14%
B = 16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52411C (or 0x52411C) is known color: Madras. HEX triplet: 52, 41 and 1C. RGB value is (82,65,28). Sum of RGB (Red+Green+Blue) = 82+65+28=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52411C is #ADBEE3. Grayscale: #424242. Windows color (decimal): -11386596 or 1851730. OLE color: 1851730.

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

Color convert

RGB 82 65 28 -
CMYK 0 0.21 0.66 0.68
HSL 41.11º 0.49% 0.22% -
HSV(B) 41.11º 0.66% 0.32% -
XYZ 5.58 5.66 1.9 -
YUV 65.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 82 65 28 0 0.21 0.66 0.68 41.11 0.49 0.22
Hex 52 41 1C 0 15 42 44 29 31 16
Octal 122 101 34 0 25 102 104 51 61 26
Binary 1010010 1000001 11100 0 10101 1000010 1000100 101001 110001 10110

Color Harmonies of #52411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52411C

Black with #52411C

Text Example


Text Example

White with #52411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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