Html Css Color HEX #53400C Madras

📋 copy color: '#53400C'

red 83 ◦ green 64 ◦ blue 12

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

Shades of Madras #53400C

Tints of Madras #53400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 52.2%
G = 40.25%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53400C (or 0x53400C) is known color: Madras. HEX triplet: 53, 40 and 0C. RGB value is (83,64,12). Sum of RGB (Red+Green+Blue) = 83+64+12=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53400C is #ACBFF3. Grayscale: #3F3F3F. Windows color (decimal): -11321332 or 802899. OLE color: 802899.

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

Color convert

RGB 83 64 12 -
CMYK 0 0.23 0.86 0.67
HSL 43.94º 0.75% 0.19% -
HSV(B) 43.94º 0.86% 0.33% -
XYZ 5.47 5.53 1.13 -
YUV 63.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 83 64 12 0 0.23 0.86 0.67 43.94 0.75 0.19
Hex 53 40 C 0 17 56 43 2C 4B 13
Octal 123 100 14 0 27 126 103 54 113 23
Binary 1010011 1000000 1100 0 10111 1010110 1000011 101100 1001011 10011

Color Harmonies of #53400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53400C

Black with #53400C

Text Example


Text Example

White with #53400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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