Html Css Color HEX #53421D Madras

📋 copy color: '#53421D'

red 83 ◦ green 66 ◦ blue 29

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

Shades of Madras #53421D

Tints of Madras #53421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.08%

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 46.63%
G = 37.08%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53421D (or 0x53421D) is known color: Madras. HEX triplet: 53, 42 and 1D. RGB value is (83,66,29). Sum of RGB (Red+Green+Blue) = 83+66+29=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53421D is #ACBDE2. Grayscale: #434343. Windows color (decimal): -11320803 or 1917523. OLE color: 1917523.

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

Color convert

RGB 83 66 29 -
CMYK 0 0.20 0.65 0.67
HSL 41.11º 0.48% 0.22% -
HSV(B) 41.11º 0.65% 0.33% -
XYZ 5.74 5.82 1.98 -
YUV 66.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 83 66 29 0 0.20 0.65 0.67 41.11 0.48 0.22
Hex 53 42 1D 0 14 41 43 29 30 16
Octal 123 102 35 0 24 101 103 51 60 26
Binary 1010011 1000010 11101 0 10100 1000001 1000011 101001 110000 10110

Color Harmonies of #53421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53421D

Black with #53421D

Text Example


Text Example

White with #53421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,66,29); }

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

background-color css

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

 a { background-color: rgb(83,66,29); }

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

border-color css

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

 span { border-color: rgb(83,66,29); }

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