Html Css Color HEX #53410D Madras

📋 copy color: '#53410D'

red 83 ◦ green 65 ◦ blue 13

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

Shades of Madras #53410D

Tints of Madras #53410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.07%

R = 51.55%
G = 40.37%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53410D (or 0x53410D) is known color: Madras. HEX triplet: 53, 41 and 0D. RGB value is (83,65,13). Sum of RGB (Red+Green+Blue) = 83+65+13=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53410D is #ACBEF2. Grayscale: #404040. Windows color (decimal): -11321075 or 868691. OLE color: 868691.

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

Color convert

RGB 83 65 13 -
CMYK 0 0.22 0.84 0.67
HSL 44.57º 0.73% 0.19% -
HSV(B) 44.57º 0.84% 0.33% -
XYZ 5.53 5.65 1.18 -
YUV 64.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 83 65 13 0 0.22 0.84 0.67 44.57 0.73 0.19
Hex 53 41 D 0 16 54 43 2D 49 13
Octal 123 101 15 0 26 124 103 55 111 23
Binary 1010011 1000001 1101 0 10110 1010100 1000011 101101 1001001 10011

Color Harmonies of #53410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53410D

Black with #53410D

Text Example


Text Example

White with #53410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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