Html Css Color HEX #52411F Madras

📋 copy color: '#52411F'

red 82 ◦ green 65 ◦ blue 31

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

Shades of Madras #52411F

Tints of Madras #52411F

RGB

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

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

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

R = 46.07%
G = 36.52%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52411F (or 0x52411F) is known color: Madras. HEX triplet: 52, 41 and 1F. RGB value is (82,65,31). Sum of RGB (Red+Green+Blue) = 82+65+31=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52411F is #ADBEE0. Grayscale: #424242. Windows color (decimal): -11386593 or 2048338. OLE color: 2048338.

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

Color convert

RGB 82 65 31 -
CMYK 0 0.21 0.62 0.68
HSL 40º 0.45% 0.22% -
HSV(B) 40º 0.62% 0.32% -
XYZ 5.62 5.67 2.1 -
YUV 66.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 82 65 31 0 0.21 0.62 0.68 40 0.45 0.22
Hex 52 41 1F 0 15 3E 44 28 2D 16
Octal 122 101 37 0 25 76 104 50 55 26
Binary 1010010 1000001 11111 0 10101 111110 1000100 101000 101101 10110

Color Harmonies of #52411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52411F

Black with #52411F

Text Example


Text Example

White with #52411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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