Html Css Color HEX #53421F Madras

📋 copy color: '#53421F'

red 83 ◦ green 66 ◦ blue 31

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

Shades of Madras #53421F

Tints of Madras #53421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 46.11%
G = 36.67%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53421F (or 0x53421F) is known color: Madras. HEX triplet: 53, 42 and 1F. RGB value is (83,66,31). Sum of RGB (Red+Green+Blue) = 83+66+31=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53421F is #ACBDE0. Grayscale: #434343. Windows color (decimal): -11320801 or 2048595. OLE color: 2048595.

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

Color convert

RGB 83 66 31 -
CMYK 0 0.20 0.63 0.67
HSL 40.38º 0.46% 0.22% -
HSV(B) 40.38º 0.63% 0.33% -
XYZ 5.76 5.83 2.12 -
YUV 67.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 83 66 31 0 0.20 0.63 0.67 40.38 0.46 0.22
Hex 53 42 1F 0 14 3F 43 28 2E 16
Octal 123 102 37 0 24 77 103 50 56 26
Binary 1010011 1000010 11111 0 10100 111111 1000011 101000 101110 10110

Color Harmonies of #53421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53421F

Black with #53421F

Text Example


Text Example

White with #53421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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