Html Css Color HEX #53411D Madras

📋 copy color: '#53411D'

red 83 ◦ green 65 ◦ blue 29

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

Shades of Madras #53411D

Tints of Madras #53411D

RGB

 RED value IS 83 (32.81% from 255) = 46.89%

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

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 46.89%
G = 36.72%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53411D (or 0x53411D) is known color: Madras. HEX triplet: 53, 41 and 1D. RGB value is (83,65,29). Sum of RGB (Red+Green+Blue) = 83+65+29=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53411D is #ACBEE2. Grayscale: #424242. Windows color (decimal): -11321059 or 1917267. OLE color: 1917267.

HSL color Cylindrical-coordinate representation of color #53411D: hue angle of 40º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53411D is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 65 29 -
CMYK 0 0.22 0.65 0.67
HSL 40º 0.48% 0.22% -
HSV(B) 40º 0.65% 0.33% -
XYZ 5.68 5.71 1.96 -
YUV 66.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 83 65 29 0 0.22 0.65 0.67 40 0.48 0.22
Hex 53 41 1D 0 16 41 43 28 30 16
Octal 123 101 35 0 26 101 103 50 60 26
Binary 1010011 1000001 11101 0 10110 1000001 1000011 101000 110000 10110

Color Harmonies of #53411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53411D

Black with #53411D

Text Example


Text Example

White with #53411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53411D; }

 p { color: rgb(83,65,29); }

 H1.HeaderClassName
 {
   color: #53411D;
 }
 .AnyTagClassName
 {
   color: #53411D;
 }
</style>

background-color css

<style>
 a { background-color: #53411D; }

 a { background-color: rgb(83,65,29); }

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

border-color css

<style>
 span { border-color: #53411D; }

 span { border-color: rgb(83,65,29); }

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