Html Css Color HEX #53440A Madras

📋 copy color: '#53440A'

red 83 ◦ green 68 ◦ blue 10

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

Shades of Madras #53440A

Tints of Madras #53440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.24%

 BLUE value IS 10 (4.3% from 255) = 6.21%

R = 51.55%
G = 42.24%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53440A (or 0x53440A) is known color: Madras. HEX triplet: 53, 44 and 0A. RGB value is (83,68,10). Sum of RGB (Red+Green+Blue) = 83+68+10=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53440A is #ACBBF5. Grayscale: #424242. Windows color (decimal): -11320310 or 672851. OLE color: 672851.

HSL color Cylindrical-coordinate representation of color #53440A: hue angle of 47.67º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53440A is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 10 -
CMYK 0 0.18 0.88 0.67
HSL 47.67º 0.78% 0.18% -
HSV(B) 47.67º 0.88% 0.33% -
XYZ 5.69 6 1.14 -
YUV 65.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 83 68 10 0 0.18 0.88 0.67 47.67 0.78 0.18
Hex 53 44 A 0 12 58 43 30 4E 12
Octal 123 104 12 0 22 130 103 60 116 22
Binary 1010011 1000100 1010 0 10010 1011000 1000011 110000 1001110 10010

Color Harmonies of #53440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53440A

Black with #53440A

Text Example


Text Example

White with #53440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53440A; }

 p { color: rgb(83,68,10); }

 H1.HeaderClassName
 {
   color: #53440A;
 }
 .AnyTagClassName
 {
   color: #53440A;
 }
</style>

background-color css

<style>
 a { background-color: #53440A; }

 a { background-color: rgb(83,68,10); }

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

border-color css

<style>
 span { border-color: #53440A; }

 span { border-color: rgb(83,68,10); }

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