Html Css Color HEX #53401B Madras

📋 copy color: '#53401B'

red 83 ◦ green 64 ◦ blue 27

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

Shades of Madras #53401B

Tints of Madras #53401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 47.7%
G = 36.78%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53401B (or 0x53401B) is known color: Madras. HEX triplet: 53, 40 and 1B. RGB value is (83,64,27). Sum of RGB (Red+Green+Blue) = 83+64+27=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #53401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53401B is #ACBFE4. Grayscale: #414141. Windows color (decimal): -11321317 or 1785939. OLE color: 1785939.

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

Color convert

RGB 83 64 27 -
CMYK 0 0.23 0.67 0.67
HSL 39.64º 0.51% 0.22% -
HSV(B) 39.64º 0.67% 0.33% -
XYZ 5.6 5.58 1.82 -
YUV 65.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 83 64 27 0 0.23 0.67 0.67 39.64 0.51 0.22
Hex 53 40 1B 0 17 43 43 28 33 16
Octal 123 100 33 0 27 103 103 50 63 26
Binary 1010011 1000000 11011 0 10111 1000011 1000011 101000 110011 10110

Color Harmonies of #53401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53401B

Black with #53401B

Text Example


Text Example

White with #53401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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