Html Css Color HEX #53401C Madras

📋 copy color: '#53401C'

red 83 ◦ green 64 ◦ blue 28

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

Shades of Madras #53401C

Tints of Madras #53401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

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

R = 47.43%
G = 36.57%
B = 16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53401C (or 0x53401C) is known color: Madras. HEX triplet: 53, 40 and 1C. RGB value is (83,64,28). Sum of RGB (Red+Green+Blue) = 83+64+28=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53401C is #ACBFE3. Grayscale: #414141. Windows color (decimal): -11321316 or 1851475. OLE color: 1851475.

HSL color Cylindrical-coordinate representation of color #53401C: hue angle of 39.27º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53401C is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 64 28 -
CMYK 0 0.23 0.66 0.67
HSL 39.27º 0.5% 0.22% -
HSV(B) 39.27º 0.66% 0.33% -
XYZ 5.61 5.59 1.88 -
YUV 65.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 83 64 28 0 0.23 0.66 0.67 39.27 0.5 0.22
Hex 53 40 1C 0 17 42 43 27 32 16
Octal 123 100 34 0 27 102 103 47 62 26
Binary 1010011 1000000 11100 0 10111 1000010 1000011 100111 110010 10110

Color Harmonies of #53401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53401C

Black with #53401C

Text Example


Text Example

White with #53401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,64,28); }

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

background-color css

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

 a { background-color: rgb(83,64,28); }

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

border-color css

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

 span { border-color: rgb(83,64,28); }

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